Skip to main content
POST
/
connect
/
{namespace}
/
{connectionId}
/
.tools
/
{toolPath}
Call tool
curl --request POST \
  --url https://api.smithery.ai/connect/{namespace}/{connectionId}/.tools/{toolPath} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://smithery.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Smithery API key as Bearer token

Path Parameters

namespace
string
required
connectionId
string
required
toolPath
string
required

Body

application/json
{key}
any

Response

Tool result

{key}
any