Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTION_TOKENYesYour Notion integration secret.
PARENT_PAGE_IDYesThe ID of the parent Notion page.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_transcriptA

Fetch the transcript of a YouTube video.

Args: video_id: A YouTube video ID or full video URL (watch, youtu.be, shorts, etc.)

create_notion_pageA

Create a new Notion page under the configured parent page.

Args: notion_page_content: A Notion "create page" API payload (properties + children blocks). The parent page ID is injected automatically from PARENT_PAGE_ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are completely distinct: one fetches a transcript and the other creates a Notion page. There is no overlap or chance of misselection.

Naming Consistency5/5

Both tools follow a clear verb_noun naming pattern: get_transcript and create_notion_page. The style is consistent and predictable.

Tool Count3/5

With only two tools, the server feels minimal for its stated purpose as a summarizer. Two is borderline, not excessive, but the scope suggests more tools would be expected.

Completeness1/5

The server name implies summarization, but no summarization tool exists. It only retrieves transcripts and creates Notion pages, leaving the core summarization functionality completely absent.

Maintenance

ActivitySlowing
ResponsivenessNo issues