Skip to main content
Glama

Notion MCP Server

create-link-preview

Generate and embed link previews in Notion pages by providing a URL and page ID. Simplify content organization with automated preview creation in your workspace.

Input Schema

NameRequiredDescriptionDefault
page_idNoThe ID of the page to add the preview to
urlYesThe URL to create a preview for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page_id": { "description": "The ID of the page to add the preview to", "type": "string" }, "url": { "description": "The URL to create a preview for", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

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/ramidecodes/mcp-server-notion'

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