Skip to main content
Glama
idean3885

claude-slack-to-notion

by idean3885

list_notion_pages

Retrieves a list of Notion subpages under a given parent page, falling back to a configured default if omitted.

Instructions

Notion 상위 페이지 하위의 페이지 목록을 조회한다.

상위 페이지를 지정하지 않으면 NOTION_PARENT_PAGE_URL 환경변수의 페이지를 사용한다.

Args: parent_page_url_or_id: 상위 페이지 URL 또는 ID (미지정 시 환경변수 사용)

Returns: 하위 페이지 목록 (JSON 형식: [{"id": "...", "title": "..."}])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_page_url_or_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries burden. Describes expected behavior (listing pages) and mentions env var fallback, but doesn't disclose potential side effects, auth requirements, or rate limits. Transparent enough for a safe read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise with Args and Returns sections. No unnecessary sentences, though could be slightly more structured for quick scanning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity and presence of output schema in description, it provides sufficient information to use. Could mention if results are paginated or sorted, but not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, but description explains the sole parameter (parent_page_url_or_id) as optional with env var default. Adds meaningful context beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool lists subpages under a parent Notion page, using a specific verb and resource. It distinguishes from siblings like create_notion_page and read_notion_page by focusing on listing children.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explains default behavior with environment variable and optional parameter. However, does not explicitly state when to use this tool versus siblings like search_notion or list_dms, though context implies it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/idean3885/claude-slack-to-notion'

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