Datacore Run Plan¶
Compile and execute a structured query plan in one step. Preferred over raw datacore_query when building queries programmatically — the plan schema is simpler and validates before execution.
MCP name: datacore_run_plan
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
fields |
str |
No | Comma-separated fields. Default: all. |
limit |
int |
No | Max results (default 50) |
plan_json |
str |
Yes | JSON string of the query plan |
Requirements¶
- obsidian
- datacore