Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
smithery-ai/mcp-servers
GitHub Stars
95

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

10 tools
append_blocksInspect

Append blocks to a page

ParametersJSON Schema
NameRequiredDescriptionDefault
blocksYesArray of block objects to append
page_idYesID of the page
create_databaseInspect

Create a new database

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the database
parent_idYesID of the parent page
propertiesYesDatabase properties schema
create_pageInspect

Create a new page

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoTitle of the page
contentNoContent in markdown format
parent_idYesID of the parent page or database
propertiesNoPage properties (required for database pages)
parent_typeYesType of parent (database or page)
delete_blocksInspect

Delete blocks from a page

ParametersJSON Schema
NameRequiredDescriptionDefault
block_idYesID of the block to delete
get_databaseInspect

Retrieve a database by ID

ParametersJSON Schema
NameRequiredDescriptionDefault
database_idYesID of the database to retrieve
get_pageInspect

Retrieve a page by ID

ParametersJSON Schema
NameRequiredDescriptionDefault
page_idYesID of the page to retrieve
list_databasesInspect

List all accessible databases

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

query_databaseInspect

Query a database with filters and sorting

ParametersJSON Schema
NameRequiredDescriptionDefault
sortsNoSorting parameters
filterNoFilter conditions
page_sizeNoNumber of results per page
database_idYesID of the database to query
start_cursorNoPagination cursor
update_pageInspect

Update an existing page

ParametersJSON Schema
NameRequiredDescriptionDefault
page_idYesID of the page to update
propertiesYesUpdated page properties

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.