invoke
Use a compact reference to call any MCP tool from upstream servers. Provide server and tool names with arguments, or validate input requirements first.
Instructions
Invoke an MCP tool through the compact projection surface.
Use ref.server and ref.name with canonical upstream identifiers.
Use mode="validate" to inspect input requirements before calling.
Available tool families:
Example: invoke(ref={"server": "notes", "name": "echo_note"}, arguments={"title": "...", "body": "..."})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| mode | No | call | |
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |