Skills
list_skillsDiscover available skills grouped by area to quickly assess expertise. Query for a structured overview of capabilities.
Instructions
Skills grouped by area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_skillsDiscover available skills grouped by area to quickly assess expertise. Query for a structured overview of capabilities.
Skills grouped by area.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.1Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already signals a safe read operation. The description adds the detail that results are grouped by area, which is useful context, but it does not disclose the output format, pagination, or any filtering behavior. Given the annotation, a moderate score is appropriate.
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 extremely concise with a single short phrase. It is appropriately sized and front-loaded, though it may be too terse to convey necessary context. However, conciseness itself is strong.
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?
Given the low complexity (no parameters, no output schema), the description should still clarify what the agent can expect from the response, such as a list of skills and their associated areas. 'Skills grouped by area' is too vague and leaves the agent without enough information to interpret the result or use it effectively.
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, so the baseline is 4. There is nothing for the description to explain about parameters, and the schema confirms this. The description adds no parameter-related meaning because none 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?
The description states the resource (skills) and a grouping criterion (by area), but it lacks an explicit verb like 'list' or 'return'. It is distinguishable from sibling tools by the resource type, but the phrasing is a noun phrase rather than a clear action statement.
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?
There is no guidance on when to use this tool versus alternatives. The description does not mention any conditions, exclusions, or related tools like list_projects or get_services, leaving the agent to infer the appropriate context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.