Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

extract-url-metadata

Extract metadata from URLs in a Notion database, including publication details, author, date, and summaries, to enhance content organization and retrieval.

Input Schema

NameRequiredDescriptionDefault
authorPropertyNameNo
batchSizeNo
databaseIdYes
datePropertyNameNo
generateSummaryNo
limitNo
publicationPropertyNameNo
silentErrorsNo
summaryPropertyNameNo
urlPropertyNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "authorPropertyName": { "type": "string" }, "batchSize": { "default": 5, "type": "number" }, "databaseId": { "type": "string" }, "datePropertyName": { "type": "string" }, "generateSummary": { "default": true, "type": "boolean" }, "limit": { "default": 50, "type": "number" }, "publicationPropertyName": { "type": "string" }, "silentErrors": { "default": true, "type": "boolean" }, "summaryPropertyName": { "type": "string" }, "urlPropertyName": { "type": "string" } }, "required": [ "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