Skip to main content
Glama

Spice MCP

by Evan-Kim2028

dune_query_create

Create and save new Dune Analytics queries with SQL code, names, descriptions, tags, and parameters for blockchain data analysis.

Instructions

Create a new saved Dune query (name + SQL).

Input Schema

NameRequiredDescriptionDefault
nameYes
query_sqlYes
descriptionNo
tagsNo
parametersNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "name": { "type": "string" }, "parameters": { "anyOf": [ { "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null }, "query_sql": { "type": "string" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null } }, "required": [ "name", "query_sql" ], "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