Skip to main content
Glama

TheGraph MCP Server

getSubgraphSchema

Retrieve the schema of a specific subgraph in JSON or GraphQL text format using GraphQL introspection. Ideal for analyzing or integrating subgraph data structures with applications.

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" }

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