My packs
my_packsList the user’s pack proposals with status (submitted, approved + pack URL, rejected + reason) and the status of each member model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
my_packsList the user’s pack proposals with status (submitted, approved + pack URL, rejected + reason) and the status of each member model.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
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 accurately describes a read-only listing operation without hinting at side effects or mutations. The description is transparent about what the tool returns.
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?
A single, compact sentence that includes all essential information without any fluff. It is well-structured and immediately understandable.
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?
Even without an output schema, the description specifies the key return elements: status, pack URL when approved, reason when rejected, and member model status. This is sufficient for an agent to know what to expect.
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 tool has zero parameters, and with 100% schema coverage, the description does not need to explain any inputs. Baseline score of 4 applies given no parameters exist.
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?
Clearly states the verb 'List' and the resource 'user's pack proposals', and distinguishes itself from other pack-related tools by focusing on the user's own proposals with status details. The inclusion of member model status adds further specificity.
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 makes it clear that this is for listing the user's own pack proposals, but it does not explicitly contrast with sibling tools like 'search_packs' or 'get_pack'. The intent is inferable, though not as explicit as the ideal example.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.