Back to catalog
Cortexa research tool·code data·compact_mode
Execute Tool
Execute a Cortexa Tool Mesh tool directly with custom arguments. This is the primary way to run any tool in the Cortexa Tool Mesh system. You must get the tool definition first to figure out the arguments to pass.
Livelast probed 2026-05-01 01:00Z· 147msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 147ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"arguments": {
"description": "Tool arguments as either (1) a JSON object dictionary or (2) a JSON string that decodes to an object. Object example: {\"param1\": \"value1\", \"param2\": 5}. JSON string example: \"{\\\"param1\\\": \\\"value1\\\", \\\"param2\\\": 5}\".",
"oneOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "string"
}
]
},
"tool_name": {
"description": "Name of the tool to execute (e.g., 'example_tool_name')",
"type": "string"
}
},
"required": [
"tool_name"
],
"type": "object"
}Examples (1)
Default Execute Tool call
public-safeinput
{
"tool_name": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_execute_tool
- Tool name
- execute_tool
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse