v2.1.6+GraphQL Query Tool

The GraphQL Query Tool is a pre-configured component within the Agentic AI Builder that allows autonomous AI agents to interact directly with external systems via GraphQL APIs. By utilizing this tool, an agent can dynamically execute precise queries against a target endpoint to fetch structured data required for its orchestrations.

Field Description
*Indicates mandatory fields
Name* Unique string identifier for the tool instance (for example, graphql_query). Used internally by the LLM to invoke the tool.
Description* A clear and concise explanation of what the tool does. Example: Execute queries against a GraphQL API endpoint and return structured data.). This serves as the system prompt context for the LLM to understand when to execute this tool.
GraphQL Endpoint URL* The target base API URL where the GraphQL POST requests and schemas are hosted.
Add item An optional button used to define custom variables, parameters, or request headers. Clicking this button adds a new field row with the default name NewKey.