We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apollographql/apollo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
custom-introspection-hints.md•466 B
---
default: minor
---
# Added configurable hints for introspection tools
Apollo MCP Server now supports configurable hint text for the built-in introspection tools (`execute`, `introspect`, `search`, and `validate`). These hints are appended to the tool descriptions so you can guide query generation without changing schema descriptions.
```yaml
introspection:
execute:
enabled: true
hint: "Use carts(where: { status: ACTIVE }) for active carts."
```