Waiting for engine...
Skip to main content

AiAgentToolsQueryResponse

Response type for tools list with pagination.

type AiAgentToolsQueryResponse {
numberOfResults: Long!
pageIndex: Int
currentPageSize: Int!
aiAgentTools: [AiAgentTool!]
}

Fields​

AiAgentToolsQueryResponse.numberOfResults ● Long! non-null scalar platform {#number-of-results}

Total number of tools available for the specified provider account.

AiAgentToolsQueryResponse.pageIndex ● Int scalar miscellaneous {#page-index}

Page index for pagination.

AiAgentToolsQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous {#current-page-size}

Number of tools in the current page.

AiAgentToolsQueryResponse.aiAgentTools ● [AiAgentTool!] list object agent-control-tower {#ai-agent-tools}

Array of AI Agent Tools.

Returned By​

aiAgentTools query

On this Page