Skip to main content
Glama

Login to Icon MCP Service

login

Authenticate your Aicon account via the web interface to gain access to premium icon search, generation, and download features.

Instructions

Authenticate with your Icon MCP account through the web interface to access premium features.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
apiKeyNoAPI key (if you already have one)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It reveals that authentication happens 'through the web interface', which hints at a browser flow, but it does not explain side effects (e.g., session creation), expected user interaction, return values, or the fact that the tool also performs status/plans/logout operations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler words or redundant restatement of the tool name. It is efficient but arguably too terse, sacrificing important scope information for brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the multi-action enum, two parameters, no output schema, and no annotations, the description is inadequate. It does not mention the 'action' enum values, the web-interface interaction model, or any authentication prerequisites, leaving an agent under-informed about the full contract of the tool.

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%, so the baseline is 3. The description adds no parameter-level information, and the schema's own parameter descriptions are minimal ('Action to perform', 'API key (if you already have one)'), but that is sufficient for a baseline score.

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

Purpose3/5

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

The description clearly states a verb ('Authenticate') and resource ('Icon MCP account'), but it is incomplete: the input schema's 'action' enum includes 'status', 'plans', and 'logout', none of which are acknowledged. This narrow framing makes the tool's actual scope misleading.

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?

No guidance is given about when to use this tool versus alternatives, and no sibling tools are listed. The phrase 'to access premium features' implies a prerequisite for using premium features, but there is no explicit when/how/why guidance or any exclusion of cases where this tool should not be used.

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