Skip to main content
Glama

Relentless MCP Server

relentless_read

Retrieve specific entries from Notion databases using slugs to access complete content and properties for content management workflows.

Instructions

Read a specific entry from a Notion database by its slug. Returns the full entry with all properties and content.

Input Schema

NameRequiredDescriptionDefault
databaseYesThe database name (e.g., "blog", "docs", "leads")
slugYesThe slug of the entry to read (e.g., "getting-started", "hello-world")

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "The database name (e.g., \"blog\", \"docs\", \"leads\")", "type": "string" }, "slug": { "description": "The slug of the entry to read (e.g., \"getting-started\", \"hello-world\")", "type": "string" } }, "required": [ "database", "slug" ], "type": "object" }

Other Tools from Relentless 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/PranaytheSingh/relentless-mcp'

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