v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2193427579.9 KB
Admin
Connectors

Get a tool by name from a connector.

Get a tool definition by its name from a connector.

get/v1alpha/admin/connectors/{connector_id}/tools/{tool_name}

Path parameters

connector_idstring required

Identifier for the connector

Identifier for the connector

tool_namestring required

Name of the tool

Name of the tool

Query parameters

authorizationstring nullable

Authorization token

Authorization token

Response

Successful Response

toolgroup_idstring nullable

The ID of the tool group this tool belongs to.

namestring required

The name of the tool.

descriptionstring nullable

A human-readable description of what the tool does.

input_schemaobject nullable

JSON Schema describing the tool's input parameters.

output_schemaobject nullable

JSON Schema describing the tool's output format.

metadataobject nullable

Additional metadata associated with the tool.