Skip to main content
POST
Call Tool for Integration

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

integration
string
required

Integration name from the catalog

Minimum string length: 1
Pattern: ^[^\s/]+$
Example:

"github"

tool
string
required

Tool id within the integration

Minimum string length: 1
Pattern: ^[^\s/]+$
Example:

"list-repos"

Body

application/json
arguments
object

Tool arguments

run_id
string

Agent run ID for validating run-declared integration tools

agent_id
string

Agent ID for validating run-declared integration tools

Response

Tool execution result

content
object[]
structuredContent
object
isError
boolean