Skip to main content
Glama
dev-palboksoft

Slack MCP Server

slack_get_user_profile

Retrieve detailed profile information for a specific Slack user by providing their user ID to access contact details and workspace data.

Instructions

특정 사용자의 상세 프로필 정보 가져오기

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes사용자의 ID
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states the tool fetches data ('가져오기'), implying a read-only operation, but doesn't specify authentication requirements, rate limits, error conditions, or what happens if the user ID is invalid. For a tool with zero annotation coverage, this leaves significant behavioral gaps.

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?

The description is a single, clear sentence in Korean that directly states the tool's function without unnecessary words. It's appropriately sized for a simple tool, though it could be slightly more informative without losing conciseness.

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

Completeness2/5

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

Given no annotations, no output schema, and a simple input schema, the description is incomplete. It lacks details on return values (e.g., what profile fields are included), error handling, or behavioral traits like permissions. For a tool fetching user data in a collaborative platform like Slack, more context is needed to ensure proper usage.

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?

The input schema has 100% description coverage, with 'user_id' documented as '사용자의 ID' (user's ID). The description doesn't add any parameter-specific details beyond what the schema provides, such as format examples or constraints. With high schema coverage, the baseline score of 3 is appropriate, as the description doesn't compensate but doesn't need to.

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

Purpose3/5

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

The description states the action ('가져오기' - get/fetch) and target ('사용자의 상세 프로필 정보' - detailed user profile information), providing a basic purpose. However, it doesn't differentiate from sibling tools like 'slack_get_users' (which likely lists multiple users) or specify what constitutes 'detailed' profile information versus basic user data.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites (e.g., needing a user ID), exclusions, or comparisons to siblings like 'slack_get_users' for bulk retrieval or other profile-related tools. Usage context is implied but not explicit.

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/dev-palboksoft/kimpalbok-slack-mcp-server'

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