Appearance
Relations
Links between records, notes and tasks.
1 tools — 1 read, 0 write.
| Tool | What it does | |
|---|---|---|
get_backlinks | read | List the things that reference a target (a collection item, note, task, meeting, or process) via inline [[…]] links or stored refs. |
Calling these
Over MCP, find one with search_tools, then run it with execute_tool. Over REST, POST /api/capabilities/<tool> with the arguments as the JSON body. Either way, fetch the input schema for the tool you're about to call rather than guessing — get_tool_schema over MCP, or GET /api/capabilities?name=<tool> over REST.
See How the API works for auth, errors and the shared envelope.