Schema introspection and query execution capabilities, allowing models to discover and use GraphQL APIs dynamically.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Retrieves the GraphQL schema. This tool should be used first if you don't have access to the schema as a resource, utilizing either the local schema file or an introspection query.
Executes GraphQL queries against the endpoint. By default, mutation operations are disabled unless the 'ALLOW_MUTATIONS' environment variable is set to true.