List Svg Presets Tool
list_svg_presetsList the available SVG optimization presets and what each one does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_svg_presetsList the available SVG optimization presets and what each one does.
| 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?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this is a safe, side-effect-free operation. The description adds little beyond what the annotations and name convey: it says the tool lists presets and their purposes, but does not describe return structure (e.g., array of objects) or whether the list is static or dynamic. With annotations covering the safety profile, no additional context is strictly needed, so a neutral 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 a single, front-loaded sentence that states the action ('List'), the subject ('SVG optimization presets'), and the outcome ('what each one does'). There is zero redundancy or irrelevant detail, making it highly efficient.
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?
For a simple, parameterless list tool, the description is nearly complete. It clearly states what the tool returns. A minor gap is that it does not explicitly connect to optimize_svg (the likely consumer of these presets) or indicate the output format, but given the output schema absence and the tool's simplicity, the description is sufficiently complete.
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 the schema is an empty object. Per the rubric, a 0-parameter tool receives a baseline of 4 because there are no parameter semantics to clarify. The description's mention of 'available' presets is a minor addition, but no parameter documentation is needed.
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 the specific verb 'List' and clearly identifies the resource as 'the available SVG optimization presets' plus what each does. This unambiguously distinguishes it from sibling tools like optimize_svg (which performs optimization) and other list tools (list_code_converters, list_scss_mixins), which target different domains.
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 provides no explicit guidance on when to use this tool versus alternatives. It does not mention related tools such as optimize_svg or other list_* tools, nor does it state a recommended workflow (e.g., 'use this to see available presets before optimizing'). The usage context is only implied by the tool name, not stated.
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.