Agent Tools
List Agent Tools
List all tool instances configured for an agent.
GET
List Agent Tools
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
Successful Response
Previous
Create Agent ToolAdd a tool *instance* to an agent.
Multiple instances of the same tool_key are allowed as long as their
`instance_name` differs. The `instance_name` is the function name the LLM
will use when calling the tool, so it must be unique per agent and a
valid identifier (letters/digits/underscore/hyphen).
Next
List Agent Tools