Get MCP tool specifications
To get the MCP tool specifications for all tools in an MCP server, use the tools/list method. The following example demonstrates how to use curl to list all tools and their specifications currently available within the MCP server.
| Curl Request |
|---|
curl --location 'https://bigquery.googleapis.com/mcp' \ --header 'content-type: application/json' \ --header 'accept: application/json, text/event-stream' \ --data '{ "method": "tools/list", "jsonrpc": "2.0", "id": 1 }' |
| MCP Tools | |
|---|---|
| list_dataset_ids | List BigQuery dataset IDs in a Google Cloud project. |
| get_dataset_info | Get metadata information about a BigQuery dataset. |
| list_table_ids | List table ids in a BigQuery dataset. |
| get_table_info | Get metadata information about a BigQuery table. |
| execute_sql |
Run a SQL query in the project and return the result. This tool is restricted to only The All queries that are run using the Queries are charged to the project specified in the |