Tools
List Tools
Open Source
Partners
- AgentOps-AI
- CrewAIInc
Conversations
Prompts
Search
Agents
Providers
Tools
Usage
Potpie API
Secret Manager
Health
Tools
List Tools
GET
/
api
/
v1
/
tools
/
list_tools
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful Response
The response is of type object[]
.
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
]