{"id":"tables_insert","name":"Tables Insert","alias":"TablesInsert","aliases":[],"description_short":"Agent that inserts data into a BigQuery table in the customer's editable catalog dataset","description_long":"Insert rows into a table in the project's editable catalog.\n    Only tables created manually by project members can be modified.\n    The table name is specified in the config, and each item contains a single row.\n    Use batch mode to insert multiple rows efficiently.\n    ","description_tool_prompt":"Insert rows into a table in the project's editable catalog.\n    Only tables created manually by project members can be modified.\n    The table name is specified in the config, and each item contains a single row.\n    Use batch mode to insert multiple rows efficiently.\n    ","source":null,"conversation_examples":[],"tags":[],"available_in_chat":false,"available_in_deepthink":false,"available_in_mcp":true,"mcp_audience":"all","config":{"type":"object","properties":{"table_name":{"description":"Name of the table to insert data into (must be in the editable catalog)","title":"Table Name","type":"string"}},"required":["table_name"]},"item":{"type":"object","properties":{"row":{"additionalProperties":true,"description":"A single row to insert as a dictionary","title":"Row","type":"object"}},"required":["row"]},"response":{"properties":{"table_name":{"description":"Name of the table","title":"Table Name","type":"string"},"rows_inserted":{"description":"Number of rows inserted","title":"Rows Inserted","type":"integer"},"errors":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"description":"Any errors that occurred during insertion","title":"Errors"}},"required":["table_name","rows_inserted","errors"],"title":"TablesInsertProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}