Skip to main content
Glama

Server Details

A Notion workspace is a collaborative environment where teams can organize work, manage projects,…

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL
Repository
smithery-ai/mcp-servers
GitHub Stars
95

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 22 tool updates
    • Addedappend_blocks
    • Removedappend-block-children
    • Addedcreate_database
    • Addedcreate_page
    • Removedcreate-comment
    • Removedcreate-database
    • Removedcreate-page
    • Addeddelete_blocks
    • Addedget_database
    • Changedget_page1 field changed
      • changedInput schema / properties / page_id / description
        Previous value: -"The ID of the page to retrieve"New value: +"ID of the page to retrieve"
    • Removedget-all-page-comments
    • Removedget-block
    • Removedget-block-children
    • Removedget-comments
    • Addedlist_databases
    • Removedlist-databases
    • Addedquery_database
    • Removedquery-database
    • Changedsearch12 fields changed
      • changedInput schema / properties / filter / additionalProperties
        Previous value: -falseNew value: +{}
      • changedInput schema / properties / filter / description
        Previous value: -"Filter by object type"New value: +"Filter by object type (page or database)"
      • removedInput schema / properties / filter / properties
        Removed value: -{
        -  "property": {
        -    "const": "object",
        -    "type": "string"
        -  },
        -  "value": {
        -    "enum": [
        -      "page",
        -      "database"
        -    ],
        -    "type": "string"
        -  }
        -}
      • removedInput schema / properties / filter / required
        Removed value: -[
        -  "value",
        -  "property"
        -]
      • removedInput schema / properties / page_size / default
        Removed value: -10
      • removedInput schema / properties / page_size / maximum
        Removed value: -100
      • removedInput schema / properties / page_size / minimum
        Removed value: -1
      • changedInput schema / properties / sort / additionalProperties
        Previous value: -falseNew value: +{}
      • changedInput schema / properties / sort / description
        Previous value: -"Sort results"New value: +"Sort by last edited or created time"
      • removedInput schema / properties / sort / properties
        Removed value: -{
        -  "direction": {
        -    "enum": [
        -      "ascending",
        -      "descending"
        -    ],
        -    "type": "string"
        -  },
        -  "timestamp": {
        -    "enum": [
        -      "last_edited_time"
        -    ],
        -    "type": "string"
        -  }
        -}
      • removedInput schema / properties / sort / required
        Removed value: -[
        -  "direction",
        -  "timestamp"
        -]
      • addedInput schema / required
        Added value: +[
        +  "query"
        +]
    • Changedupdate_page1 field changed
      • changedInput schema / properties / properties / description
        Previous value: -"Properties to update"New value: +"Updated page properties"
    • Removedupdate-block
    • Removedupdate-database
  2. 15 tool updates
    • First observedappend-block-children
    • First observedcreate-comment
    • First observedcreate-database
    • First observedcreate-page
    • First observedget_page
    • First observedget-all-page-comments
    • First observedget-block
    • First observedget-block-children
    • First observedget-comments
    • First observedlist-databases
    • First observedquery-database
    • First observedsearch
    • First observedupdate_page
    • First observedupdate-block
    • First observedupdate-database

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific Notion resources and operations. For example, create_page vs. update_page vs. get_page are unambiguous, and query_database vs. list_databases vs. get_database serve different functions. No tools appear to overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as create_database, get_page, and query_database. This predictability makes it easy for agents to understand and select tools based on their naming conventions.

Tool Count5/5

With 10 tools, this server is well-scoped for Notion operations, covering core CRUD and query functions for pages, databases, and blocks. Each tool earns its place without feeling excessive or insufficient for the domain.

Completeness5/5

The tool set provides complete coverage for Notion's core workflows, including creation, retrieval, updating, deletion, querying, and searching across pages, databases, and blocks. There are no obvious gaps that would hinder agent operations in this domain.