Skip to main content
Glama

Spice MCP

by Evan-Kim2028

dune_query

Execute Dune Analytics queries to analyze blockchain data with agent-optimized previews, parameter support, and flexible formatting options.

Instructions

Execute Dune queries and return agent-optimized preview.

Input Schema

NameRequiredDescriptionDefault
queryYes
parametersNo
refreshNo
max_ageNo
limitNo
offsetNo
sample_countNo
sort_byNo
columnsNo
formatNopreview
extrasNo
timeout_secondsNo

Input Schema (JSON Schema)

{ "properties": { "columns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null }, "extras": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null }, "format": { "default": "preview", "enum": [ "preview", "raw", "metadata", "poll" ], "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "max_age": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "parameters": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null }, "query": { "type": "string" }, "refresh": { "default": false, "type": "boolean" }, "sample_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "sort_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "timeout_seconds": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null } }, "required": [ "query" ], "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