list_threads
Retrieve all threads you follow in a team to see your active conversations at a glance.
Instructions
List all threads that the user is following in a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID |
Retrieve all threads you follow in a team to see your active conversations at a glance.
List all threads that the user is following in a team
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It reveals the filtering behavior (only threads the user is following), but omits other important traits such as whether the operation is read-only, what data is returned (e.g., thread metadata vs. messages), and any authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence with no filler. It is front-loaded and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite being a simple tool, the lack of output schema and annotations means the description should provide more completeness about return values or behavior. It doesn't mention what the list results contain (e.g., thread objects, IDs) or any pagination, making it incomplete for an agent to fully understand consequences.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter team_id has 100% schema coverage with its description 'Team ID'. The tool description adds no additional meaning beyond the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and resource ('threads') with clear scope: threads the user is following in a team. This differentiates it from sibling tools like get_thread (single thread) and get_thread_messages (messages within a thread).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no explicit guidance on when to use this tool versus alternatives like get_thread or get_thread_messages. The use case is implied (listing followed threads) but no when-not-to-use or alternative references are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BarredEwe/time-messenger-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server