Create HTTP tool
Create a new custom HTTP tool for an HTTP integration. Only works with HTTP integrations. MCP tools are synced automatically from the MCP server.
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de ruta
Integration ID
Cuerpo
The name of the tool
The description given to the agent to understand the tool
The URL to the endpoint of the tool
The HTTP method for the tool
GET, POST, PUT, DELETE, PATCH The query parameters for the tool
The body parameters for the tool
The headers for the tool
Timeout for the API to send a response
If true, the agent will ask for confirmation before executing
Background sound to play while the tool is executing
waiting_music, typing Whether agent should speak before executing: 'auto' or 'force'
auto, force Respuesta
Successful Response
- HttpToolResponseSchema
- McpToolSchema
The unique identifier for the tool
The name of the tool
The headers for the tool
The HTTP method for the tool
GET, POST, PUT, DELETE, PATCH "HTTP"The description given to the agent to understand the tool
The URL to the endpoint of the tool
The query parameters for the tool
The body parameters for the tool
Timeout for the API to send a response
If true, the agent will ask for confirmation before executing
Background sound to play while the tool is executing
waiting_music, typing Whether agent should speak before executing: 'auto' or 'force'
auto, force