Skip to main content
Glama
karbassi

slack-mcp

by karbassi

stars_list

List all items starred by the current Slack user. Optionally retrieve full details for each starred item.

Instructions

List starred items for the calling user. Set detailed=True for full response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number of results to return (legacy paging).
countNoNumber of items to return per page (legacy paging).
limitNoMaximum number of items to return per page (cursor paging).
cursorNoPagination cursor from a previous response's ``response_metadata.next_cursor``.
team_idNoEncoded team ID to list stars for; required if the token belongs to an org-level app (e.g. ``T0123``).
detailedNoWhen ``True``, return the full Slack response instead of a compacted summary.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool lists starred items and that 'detailed=True' returns a full response, but it omits behavioral traits like pagination behavior, authentication requirements, or rate limits. The description is not misleading but is minimal.

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 extremely concise: two sentences totaling 14 words. It front-loads the core action and adds a key parameter hint. Every sentence earns its place with no unnecessary words.

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

Completeness3/5

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

For a listing tool with two pagination methods (legacy and cursor), the description fails to mention how pagination works or which parameters to use. The output schema exists but is not shown here; however, the description should still guide the agent on pagination. The description is adequate for basic usage but incomplete for complex scenarios.

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% (all 6 parameters have descriptions). Baseline is 3. The description adds value by highlighting the 'detailed' parameter, but this is similar to the schema description. It does not compensate for the lack of parameter context elsewhere, so score remains at baseline.

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 tool lists starred items for the calling user, with a specific verb ('list') and resource ('starred items for the calling user'). It also introduces the 'detailed' parameter. The purpose is unmistakable and distinct from sibling tools like stars_add or stars_remove.

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?

The description provides minimal usage guidance; it only mentions the 'detailed' parameter. There is no advice on when to use this tool versus alternatives (e.g., stars_add, saved_list) and no exclusions or prerequisites. The agent must infer context from the name alone.

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/karbassi/slack-mcp'

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