Skip to content

Commit 6b7d733

Browse files
DaleSeomabuyo
andauthored
Update docs/source/guides/index.mdx
Co-authored-by: Michelle Mabuyo <[email protected]>
1 parent 50640d2 commit 6b7d733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Use the `headers` option when running the MCP Server to pass the header to the r
157157

158158
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.
159159

160-
There are three tools that can be enabled:
160+
You can enable the following introspection tools:
161161

162162
- `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.
163163
- `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

Comments
 (0)