Skip to main content
Glama

Spice MCP

by Evan-Kim2028

dune_query_update

Modify saved Dune Analytics queries by updating name, SQL code, description, tags, or parameters to maintain accurate blockchain data analysis workflows.

Instructions

Update fields of a saved Dune query (name/SQL/description/tags/parameters).

Input Schema

NameRequiredDescriptionDefault
query_idYes
nameNo
query_sqlNo
descriptionNo
tagsNo
parametersNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "parameters": { "anyOf": [ { "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null }, "query_id": { "type": "integer" }, "query_sql": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null } }, "required": [ "query_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Evan-Kim2028/spice-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server