Skip to main content
Glama

TheGraph MCP Server

getSubgraphSchema

Retrieve the schema of a specified subgraph using GraphQL introspection. Provide the subgraph ID and choose JSON or text format for the schema output. Enables structured querying of blockchain data.

Instructions

Fetch the schema of a specified subgraph using GraphQL introspection.

Args: subgraphId (str): The ID of the subgraph to query. asText (bool): If True, return schema as GraphQL text; otherwise, return JSON.

Returns: str: Schema in JSON or GraphQL text format, or an error message.

Input Schema

NameRequiredDescriptionDefault
asTextNo
subgraphIdYes

Input Schema (JSON Schema)

{ "properties": { "asText": { "default": false, "title": "Astext", "type": "boolean" }, "subgraphId": { "title": "Subgraphid", "type": "string" } }, "required": [ "subgraphId" ], "title": "getSubgraphSchemaArguments", "type": "object" }
Install Server

Other Tools from TheGraph MCP Server

Related Tools

    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/kukapay/thegraph-mcp'

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