Skip to main content
Glama
farsght

slack-user-mcp-server

by farsght

Get Slack User Info

slack_get_user_info
Read-onlyIdempotent

Retrieve detailed Slack user profile information including name, email, title, timezone, and status by providing a user ID. Get complete user details for effective Slack management.

Instructions

Get detailed profile information for a specific Slack user by their user ID.

Args:

  • user_id (string): Slack user ID (e.g. U012AB3CD)

Returns: User profile with id, name, email, title, timezone, and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesSlack user ID (e.g. U012AB3CD)
Behavior3/5

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

Annotations already declare the tool safe (readOnlyHint=true, destructiveHint=false, idempotentHint=true). The description adds that it returns a user profile with id, name, email, title, timezone, and status, which is useful but not extensive beyond what annotations already imply.

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 succinct and well-structured: a one-sentence purpose, followed by a labeled Args section and a Returns section. Every sentence contributes value without redundancy.

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?

For a simple one-parameter read tool, the description covers purpose, parameter, and return shape. It lacks an explicit comparison to slack_lookup_user, but overall it provides sufficient context given the simple nature and strong annotations.

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?

Schema description coverage is 100%, and the description merely repeats the same parameter info ('user_id (string): Slack user ID (e.g. U012AB3CD)'). No additional semantic meaning is provided beyond the schema.

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

Purpose4/5

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

The description clearly states the verb and resource: 'Get detailed profile information for a specific Slack user by their user ID.' It is specific enough to differentiate from searching messages or channels, though it does not explicitly distinguish itself from the sibling 'slack_lookup_user'.

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?

Usage context is implied: the tool should be used when you have a Slack user ID and need detailed profile info. However, no explicit guidance is given on when to prefer this over alternatives like slack_lookup_user, and no exclusions are mentioned.

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/farsght/slack-user-mcp-server'

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