Skip to main content
Glama
idean3885

claude-slack-to-notion

by idean3885

save_preference_tool

Saves user-specified analysis preferences, such as focusing on decisions in meeting minutes, to customize how Slack messages are processed and organized into Notion pages.

Instructions

사용자의 분석 선호도를 저장한다.

사용자가 "기억해줘", "앞으로 ~해줘", "다음에는 ~방식으로" 등 분석 방향에 대한 선호를 표현할 때 호출한다.

Args: text: 저장할 선호도 (예: "회의록은 결정사항 위주로 정리해줘")

Returns: 저장 결과 메시지

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

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 should fully disclose behavior. It states saves preference and returns a result message, but omits details like persistence, overwrite behavior, or required permissions.

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?

Efficient and front-loaded: purpose in first sentence, usage triggers in second, then structured args/returns. No wasted 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?

Given tool simplicity (one param, save operation), description covers basic purpose and usage. Could mention persistence or overwrite behavior, but generally complete with output schema present.

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

Parameters3/5

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

Single 'text' parameter has 0% schema description coverage. Description adds an example but no format, constraints, or length limits. Baseline 3 applies.

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?

Clearly states the tool saves user analysis preferences with specific trigger phrases (e.g., '기억해줘'), distinguishing it from sibling tools like get_preferences (read) and save_analysis_result (saves analysis outputs).

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?

Explicitly defines when to call: when user expresses preference using example phrases. Does not mention when not to use or explicitly contrast with siblings, but context implies differentiation.

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