You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/guides/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ Use the `headers` option when running the MCP Server to pass the header to the r
157
157
158
158
In addition to defining specific tools for pre-defined GraphQL operations, the Apollo MCP Server supports introspection tools that allow AI agents to explore the graph schema and execute operations dynamically.
159
159
160
-
There are three tools that can be enabled:
160
+
You can enable the following introspection tools:
161
161
162
162
- `introspect`- allows the AI model to introspect the schema of the GraphQL API by providing a specific type name to get information about, and a depth parameter to determine how deep to traverse the subtype hierarchy. The AI model can start the introspection by looking up the top-level `Query` or `Mutation` type.
163
163
- `search`- allows the AI model to search for type information by providing a set of search terms. This can result in fewer tool calls than `introspect`, especially if the desired type is deep in the type hierarchy of the schema. Search results include all the parent type information needed to construct operations involving the matching type.
0 commit comments