get_config
Retrieve the server's configuration, including template, daily, writes, sync, vault, and tools settings. Optionally filter to a specific section to get only the relevant details.
Instructions
Report the server's own configuration (not vault contents). Returns { template: { folder, date_format, time_format }, daily: { folder, format, template }, writes: { writes_enabled, git_sync }, sync: { mode, interval, remote, last_sync, last_error }, vault: { path }, tools: { policy, exposed, excluded } }. Optional section narrows the result to one unwrapped section. template.folder and daily.folder are null when unconfigured (does not error). writes_enabled means at least one write tool is exposed. sync section reports the active git-sync mode and current state. Read-only; never excluded by OBSIDIAN_TOOLS — this is how you discover the active tool policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Return just this section, unwrapped. Omit for the whole config object. |