Nodit MCP Server

Official

get_nodit_aptos_indexer_api_spec

Retrieve the GraphQL specification for a specific query root in the Nodit Aptos Indexer API to streamline API interaction and data querying on the blockchain.

Instructions

Returns the GraphQL specification for a specific query root in the Nodit Aptos Indexer API.

Input Schema

NameRequiredDescriptionDefault
queryRootYesThe name of the query root to get the specification for. Use list_nodit_aptos_indexer_api_query_root to see available query roots.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "queryRoot": { "description": "The name of the query root to get the specification for. Use list_nodit_aptos_indexer_api_query_root to see available query roots.", "type": "string" } }, "required": [ "queryRoot" ], "type": "object" }
ID: q5mjbyhp2t