call_domain_tool
Invokes a specific tool within a domain, using the tool name and arguments, and returns the result.
Instructions
Invoke a specific tool within a domain and return its result.
arguments is a JSON object that must conform to that tool's input_schema
(from list_domain_tools(domain)). Example:
call_domain_tool("plane", "list_projects", {})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| domain | Yes | ||
| arguments | No |