/
MA
mastra-ai
/
Mastra API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 45m ago · Updated 1mo ago
Details
Filter operations
agents
5
get
/api/agents
get
/api/agents/{agentId}
post
/api/agents/{agentId}/generate
post
/api/agents/{agentId}/stream
post
/api/agents/{agentId}/tools/{toolId}/execute
logs
2
memory
8
system
1
tools
3
vector
6
workflows
3
agents
Execute a tool through an agent
post
/api/agents/{agentId}/tools/{toolId}/execute
Path parameters
agentId
string
required
toolId
string
required
Request body
object
required
args
object
required
threadId
string
resourceid
string
Response
Tool execution result
Changes