← Registry
Developer Tools
sessions.website
Provides tools for searching and inspecting GraphQL schemas, including type details, operation details, and validation.
ENDPOINT 1
https://go.sessions.website/build/api/mcp
Known tools 4
search_docsSearch the Sessions GraphQL schemas (types, fields, root operations), the embeds catalogue, and the agent guidance for a keyword.
get_typeReturn full detail for one GraphQL type from the chosen schema: description, fields (with arguments and deprecation), input fields, enum values, union/interface members, and which types reference it.
get_operationReturn full detail for one root query or mutation field — signature, description, arguments, return type, and any hand-authored examples.
validate_graphqlParse and validate a GraphQL operation against the public or business schema.