get_config
Retrieve the server's current settings—version, transport, workspace root, visible tools—to diagnose configuration or file-path errors from actual values, not guesses. Read-only, no Notion API call.
Instructions
Report this server's own settings: version, transport, the workspace root that bounds create_page_from_file file paths, and how many tools are visible. Call this when a file-path or configuration error occurs and you need the server's actual settings rather than a guess. Read-only, makes no Notion API call, and never returns credentials. Returns { version, transport, workspace_root_configured, workspace_root_resolved, workspace_root_status, workspace_root_source, markdown_docs, visible_tools_count }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||