Skip to main content
GET
/
api
/
agent
/
tools
List available agent tools
curl --request GET \
  --url https://www.citedy.com/api/agent/tools \
  --header 'Authorization: Bearer <token>'
{
  "count": 1,
  "tools": [
    {
      "name": "<string>",
      "description": "<string>",
      "path": "<string>",
      "required_fields": [
        "<string>"
      ],
      "sample_payload": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Response

Available tool manifest

count
integer
required
Required range: x >= 0
tools
object[]
required