Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

extract-url-metadata

Extract metadata such as publication, author, date, and summary from URLs stored in a Notion database. Automate data enrichment and enhance content organization within your Notion workspace.

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" }

Other Tools from Notion MCP Server

Related Tools

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