docs / the tools / execute_tool
execute_tool
Runs one action against the real app.
Arguments
name is the action, args follow its schema, and fields picks which output fields come back.
request
{ "name": "linear.create_issue",
"args": { "team": "WEB", "title": "Checkout fails" },
"fields": ["id", "url"] }Errors
If the app is not connected you get a connect link. If a rule blocks the call you get an error that names the rule. Large results arrive as a short-lived link the agent can read.