SystemPrompt MCP Notion Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_API_KEY | Yes | Your Notion integration token (from notion.so/my-integrations) | |
| SYSTEMPROMPT_API_KEY | Yes | Your Systemprompt API key (available from systemprompt.io/console) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| systemprompt_list_notion_pagesA | Lists all accessible Notion pages in your workspace, sorted by last edited time. Returns key metadata including title, URL, and last edited timestamp. |
| systemprompt_list_notion_databasesA | Lists all accessible Notion databases in your workspace, sorted by last edited time. Returns key metadata including database title, schema, and last edited timestamp. |
| systemprompt_search_notion_pagesB | Performs a full-text search across all accessible Notion pages using the provided query. Searches through titles, content, and metadata to find relevant matches. |
| systemprompt_search_notion_pages_by_titleA | Searches specifically for Notion pages with titles matching the provided query. Useful for finding exact or similar title matches when you know the page name. |
| systemprompt_get_notion_pageA | Retrieves comprehensive details of a specific Notion page, including its content, properties, and metadata. Returns the complete page structure and all nested content blocks. |
| systemprompt_create_notion_pageB | Creates a rich, comprehensive Notion page that expands upon basic user inputs. Takes simple instructions and content, then generates a detailed, well-structured page with appropriate sections, formatting, and supplementary content. |
| systemprompt_update_notion_pageB | Updates an existing Notion page with rich, comprehensive content based on user instructions. Takes simple inputs and transforms them into well-structured, detailed page content while preserving existing information. Can enhance, reorganize, or expand the current content while maintaining page integrity. |
| systemprompt_delete_notion_pageA | Permanently deletes a specified Notion page and all its contents. This action cannot be undone, so use with caution. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| Notion Page Creator | Generates a rich, detailed Notion page that expands upon basic inputs into comprehensive, well-structured content |
| Notion Page Editor | Modifies an existing Notion page based on user instructions while preserving its core structure and content |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Systemprompt Notion Agent | An expert agent for managing and organizing content in Notion workspaces |
TDQS
Scored across 8 tools
Most tools have distinct purposes, such as create, delete, get, list, and update for pages, and list for databases. However, there is some overlap between 'systemprompt_search_notion_pages' and 'systemprompt_search_notion_pages_by_title', as both handle page searches, which could cause confusion for an agent. The descriptions help clarify the difference, but the overlap is notable.
All tool names follow a consistent 'systemprompt_verb_notion_noun' pattern, with verbs like create, delete, get, list, search, and update, and nouns like page, pages, or databases. This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming style.
With 8 tools, the server is well-scoped for managing Notion pages and databases, covering essential operations like CRUD for pages, listing resources, and searching. Each tool serves a clear purpose without redundancy, making the count appropriate for the domain.
The tool set provides comprehensive coverage for Notion page management, including create, read, update, delete, list, and search operations, and extends to databases with listing. A minor gap is the lack of tools for managing databases beyond listing, such as creating or updating them, but core workflows for pages are fully covered.