Upgrade Plan
upgradeOpen the GlassyPic pricing page in your browser to upgrade your plan for more credits. Plans: Free (30/day), Pro (3,300/month), Max (12,000/month).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
upgradeOpen the GlassyPic pricing page in your browser to upgrade your plan for more credits. Plans: Free (30/day), Pro (3,300/month), Max (12,000/month).
| 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?
With no annotations, the description carries full burden. It discloses the primary behavior (opening a browser page), but does not mention potential side effects, prerequisites (e.g., login), or what happens after navigation. Adequate but lacks depth for a complete behavioral picture.
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?
Two sentences, front-loaded with the action and purpose. The second sentence efficiently lists plan limits. Every word contributes value; no filler or repetition.
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?
The description covers the essential purpose and provides plan details, which is sufficient for a simple browser-opening action with no parameters or output schema. It does not mention post-navigation steps (e.g., manual purchase), but that is implied and minor.
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 schema coverage is 100% (empty schema), so the description does not need to elaborate on parameters. Baseline for 0 params is 4, and the description adds useful plan information, slightly exceeding the baseline.
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 clearly states the tool opens the GlassyPic pricing page to upgrade the plan for more credits, using specific verb 'open' and resource 'pricing page'. It is distinct from sibling tools (optimize_image, status) and lists the available plans, removing ambiguity.
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 implies when to use this tool: when the user wants to upgrade for more credits. It also provides plan tiers and limits, offering context for the decision. However, it does not explicitly state alternatives or exclusions, hence not a 5.
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.
Each tool has a clearly distinct purpose: optimize_image performs the core image optimization task, status checks account/credit info, and upgrade handles plan changes. There is no overlap or ambiguity.
Naming is mixed: optimize_image follows a verb_noun pattern, upgrade is a bare verb, and status is a bare noun. The inconsistency is minor given the small set, but a pattern like check_status or get_status would be more consistent.
Three tools is on the small side but appropriate for a focused image optimization service. The core operation plus two supporting account tools feels reasonable, though additional utilities like batch or history could be justified.
The tool surface covers the full lifecycle of the service: optimizing images, checking credits before batch processing, and upgrading when credits run out. There are no obvious dead ends or missing operations for the stated domain.