Skip to main content
Glama
idean3885

claude-slack-to-notion

by idean3885

create_notion_page

Create a Notion page from analysis results. Converts markdown content into Notion blocks and notifies if a page with the same title already exists.

Instructions

분석 결과를 Notion 페이지로 생성한다.

자유 형식 텍스트(마크다운)를 Notion 블록으로 변환하여 페이지를 생성한다. 동일 제목의 페이지가 이미 있으면 안내한다.

Args: title: 페이지 제목 (예: "[general] 분석 결과 - 2024-01-15") content: 분석 결과 텍스트 (마크다운 형식 지원: #, ##, ###, -, *, **, 코드, 링크, 취소선)

Returns: 생성된 Notion 페이지 URL 또는 에러 메시지

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavior. It mentions markdown conversion and duplicate page notification, but lacks details on permissions, error handling, or whether the duplicate case leads to failure or overwriting.

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

Conciseness5/5

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

The description is brief and well-structured with a clear intro, a bullet for duplicate handling, and formatted Args and Returns sections. No unnecessary words.

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?

The description covers purpose, parameters, and return value. However, it lacks details on error conditions, prerequisites, or when not to use this tool, which could enhance completeness for a 2-parameter tool with an output schema.

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

Parameters5/5

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

Schema description coverage is 0%, but the description provides meaningful details: title includes example format, and content lists supported markdown syntax. This fully compensates for the missing schema descriptions.

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?

The description clearly states the verb 'create' and resource 'Notion page', and distinguishes from sibling tools like list_notion_pages and read_notion_page. It also specifies the conversion of markdown to Notion blocks and duplicate handling.

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

Usage Guidelines3/5

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

The description implies usage for creating Notion pages and mentions duplicate notification, but does not explicitly state when to use this tool versus alternatives like save_analysis_result or when not to use 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