Skip to main content
Glama

get_platform_usage

Get platform-specific usage instructions for Hugeicons icons across React, Vue, Angular, Svelte, React Native, and Flutter integration.

Instructions

Get platform-specific usage instructions for Hugeicons

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformYesPlatform name (react, vue, angular, svelte, react-native, flutter)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.2

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. It implies a read-only documentation lookup by saying 'Get... instructions', but it does not state the return format, whether it is static or fetched, or any behavioral traits. Minimal behavioral context.

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?

A single, front-loaded sentence with no wasted words. It communicates the action and resource efficiently.

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 one-parameter lookup tool with no output schema, the description is adequate but thin: it does not indicate what the usage instructions contain or what the response looks like. It is enough to select the tool, but leaves gaps about the return payload.

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% and the single platform parameter is fully documented with an enum in the schema. The description adds no syntax or meaning beyond what the schema already provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb+resource (get platform-specific usage instructions) and scopes it to Hugeicons, which clearly distinguishes it from the icon-listing/searching siblings. It does not explicitly name the siblings, but the purpose is unambiguous.

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?

There is no guidance on when to use this tool versus list_icons or search_icons, nor any mention of prerequisites or exclusions. An agent must infer that this is for retrieving setup/usage docs rather than icon data.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools