Alat: list_dataset_ids
Mencantumkan ID set data BigQuery dalam project Google Cloud.
Contoh berikut menunjukkan cara menggunakan curl untuk memanggil alat MCP list_dataset_ids.
| Permintaan Curl |
|---|
curl --location 'https://bigquery.googleapis.com/mcp' \ --header 'content-type: application/json' \ --header 'accept: application/json, text/event-stream' \ --data '{ "method": "tools/call", "params": { "name": "list_dataset_ids", "arguments": { // provide these details according to the tool's MCP specification } }, "jsonrpc": "2.0", "id": 1 }' |
Skema Input
Permintaan untuk daftar set data dalam project.
| Representasi JSON |
|---|
{ "projectId": string } |
| Kolom | |
|---|---|
projectId |
Wajib. Project ID permintaan set data. |
Skema Output
Respons untuk daftar set data.
| Representasi JSON |
|---|
{
"datasets": [
{
object ( |
| Kolom | |
|---|---|
datasets[] |
Set data yang cocok dengan permintaan. |
| Representasi JSON |
|---|
{ "id": string, "friendlyName": string, "location": string } |
| Kolom | |
|---|---|
id |
ID set data. |
friendlyName |
Nama alternatif untuk set data. Nama panggilan bersifat dekoratif. Hal ini dapat berguna untuk mendapatkan informasi tambahan tentang set data. |
location |
Lokasi geografis tempat set data berada. |
| Representasi JSON |
|---|
{ "value": string } |
| Kolom | |
|---|---|
value |
Nilai string. |
Anotasi Alat
Petunjuk Destruktif: ❌ | Petunjuk Idempoten: ✅ | Petunjuk Hanya Baca: ✅ | Petunjuk Dunia Terbuka: ❌