Create a stewardship; expanded adds a tracking/ folder.
create_custom_note
type_name, title, fields?, vars?
Create a note of a config-defined custom type ([note_types.<name>]); built-in types have their own dedicated create tools, on this page and under Write tools. fields is a name → value map of the type’s declared frontmatter fields — every required one must be present, and each key must be declared. Call list_note_types first to discover a vault’s types and their fields. (cdno note create)
link_portfolio_to_question
portfolio, question
Retrofit a portfolio→question link (backlinks both ways).
link_portfolio_to_project
portfolio, project
Retrofit a portfolio→project link (sets project: and appends to the project’s Links).
recurrence follows the recurrence syntax: daily, weekly, monthly,
yearly, or every N months.
activate_project enforces the cap — if activating would exceed five active projects, the call
fails and the assistant must park one first.
vars? is an optional name -> value map supplying values for a custom template’s
[variables.prompt] placeholders — the MCP analogue
of the CLI’s repeatable --var name=value. Supply an entry for each prompted variable the note’s
template uses that has no static [variables] default; otherwise creation fails with an
“unresolved prompts” error (MCP has no interactive prompt to fall back on).