Waiting for engine...
Skip to main content

AiAgentToolResource

Represents a resource associated with an AI Agent Tool in the AI Agent Registry.

type AiAgentToolResource {
id: ID!
name: String
description: String
resourceType: AiAgentToolResourceType
toolResourceJson: String!
status: String
auditData: AiRegistryEntityAuditData
externalId: ID
}

Fields

AiAgentToolResource.id ● ID! non-null scalar miscellaneous {#id}

Unique identifier for the AI Agent Tool Resource in the registry.

AiAgentToolResource.name ● String scalar miscellaneous {#name}

Defines the unique identifier or title of the AI agent tool resource.

AiAgentToolResource.description ● String scalar miscellaneous {#description}

Provides detailed information about the AI agent tool resource's capabilities and features.

AiAgentToolResource.resourceType ● AiAgentToolResourceType enum agent-control-tower {#resource-type}

Specifies the type of the AI Agent tool resource.

AiAgentToolResource.toolResourceJson ● String! non-null scalar miscellaneous {#tool-resource-json}

Stores the complete tool resource configuration represented as a JSON string.

AiAgentToolResource.status ● String scalar miscellaneous {#status}

Specifies the current operational status of the AI Agent tool resource.

AiAgentToolResource.auditData ● AiRegistryEntityAuditData object agent-control-tower {#audit-data}

Audit data for AI Agent Tool Resource.

AiAgentToolResource.externalId ● ID scalar miscellaneous {#external-id}

External identifier from the provider system (e.g., AWS Bedrock, Salesforce).

Member Of

AiAgentTool object

On this Page