Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

add-article

Add web articles to a Notion database by specifying the URL and database ID, with an option to include a summary for quick reference.

Input Schema

NameRequiredDescriptionDefault
databaseIdYes
generateSummaryNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "databaseId": { "type": "string" }, "generateSummary": { "default": true, "type": "boolean" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url", "databaseId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SAhmadUmass/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server