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
Available Tools
10 toolsappend_blocksInspect
Append blocks to a page
| Name | Required | Description | Default |
|---|---|---|---|
| blocks | Yes | Array of block objects to append | |
| page_id | Yes | ID of the page |
create_databaseInspect
Create a new database
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the database | |
| parent_id | Yes | ID of the parent page | |
| properties | Yes | Database properties schema |
create_pageInspect
Create a new page
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the page | |
| content | No | Content in markdown format | |
| parent_id | Yes | ID of the parent page or database | |
| properties | No | Page properties (required for database pages) | |
| parent_type | Yes | Type of parent (database or page) |
delete_blocksInspect
Delete blocks from a page
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ID of the block to delete |
get_databaseInspect
Retrieve a database by ID
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ID of the database to retrieve |
get_pageInspect
Retrieve a page by ID
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ID of the page to retrieve |
list_databasesInspect
List all accessible databases
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
query_databaseInspect
Query a database with filters and sorting
| Name | Required | Description | Default |
|---|---|---|---|
| sorts | No | Sorting parameters | |
| filter | No | Filter conditions | |
| page_size | No | Number of results per page | |
| database_id | Yes | ID of the database to query | |
| start_cursor | No | Pagination cursor |
searchInspect
Search pages and databases
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by last edited or created time | |
| query | Yes | Search query | |
| filter | No | Filter by object type (page or database) | |
| page_size | No | Number of results per page | |
| start_cursor | No | Pagination cursor |
update_pageInspect
Update an existing page
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ID of the page to update | |
| properties | Yes | Updated 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.