Skip to main content
Glama
idean3885

claude-slack-to-notion

by idean3885

save_analysis_result

Backs up analysis results as a local JSON file for retrying failed Notion uploads or preserving analysis history.

Instructions

분석 결과를 로컬 JSON 파일로 백업한다.

Notion 업로드 실패 시 재시도하거나, 분석 히스토리를 보관할 때 사용한다.

Args: data_json: 저장할 데이터 (JSON 문자열) filename: 파일명 (미지정 시 타임스탬프 기반 자동 생성)

Returns: 저장된 파일 경로 또는 에러 메시지

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNo
data_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions return values (file path or error) but does not detail overwrite policy, file location, permissions, or size limits. Adequate but not comprehensive.

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, front-loaded with purpose, and uses a clean bullet-style for parameters. No superfluous information.

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 no annotations and presence of an output schema, the description adequately explains saving behavior and return values. Some gaps like overwrite behavior exist but are minor for a local file save tool.

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 description coverage is 0%, so the description must compensate. It explains data_json as JSON string to save and filename as optional with auto-generation, adding meaning beyond the schema. The default for filename is also noted.

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 'backup' (백업한다) and the resource 'analysis result to local JSON file'. It distinguishes itself from siblings like create_notion_page or list_analysis_history by specifying local storage and backup purpose.

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

Usage Guidelines5/5

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

Explicit use cases are given: retry when Notion upload fails, or archive analysis history. This tells when to use the tool and implies alternatives are Notion-related operations.

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