Skip to main content
Glama
hermoso-ai

Hermoso

Official

Set auto-reload

set_auto_reload
Idempotent

Control auto-reload: turn on/off automatic top-up when credits drop below a set threshold. If no card is saved, get instructions to add one.

Instructions

Turn automatic credit reloads on or off (admin only): when the balance drops below a threshold, the card on file is charged for a top-up pack — SERVER-SIDE, even with no app open. Requires a saved card, added once in the app at first checkout/top-up; if there's none the tool tells you exactly where to add it. After that one-time card setup, agents can manage auto-reload, top-ups and plan links fully. Members (read-only billing) get an 'ask an admin' message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYestrue to turn auto-reload on, false to turn it off
reloadCreditsNohow many credits to add each reload — must match a credit pack size (see buy_credits)
thresholdCreditsNoreload when the balance drops below this many credits

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
capUsdNomonthly auto-reload spend cap in USD, if set
statusNoauto-reload status detail
appliedNowhether the auto-reload config was applied
enabledNothe resulting auto-reload state
guidanceNoinstructions when the change must be made in the app
needsCardNotrue when there is no saved card yet (add one in the app first)
reloadPackNothe pack charged on each reload
reloadCreditsNocredits added per reload
thresholdCreditsNoreload triggers below this balance
Behavior4/5

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

Annotations indicate idempotentHint=true, destructiveHint=false. Description adds useful behavioral context: server-side operation, requires saved card, provides error guidance. However, it doesn't detail potential side effects like card charging timing or limitations.

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 detailed yet concise, front-loading the core action. Some conditional details (card setup, member message) add length but are justified. No wasted sentences.

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

Completeness5/5

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

Given the tool's complexity (admin-only, card dependency, server-side), the description covers prerequisites, error handling, role restrictions, and references related tools. An output schema exists but isn't needed per rules.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage and descriptions. The description adds value by specifying reloadCredits must match a credit pack size (referencing buy_credits), but otherwise reinforces schema details without major new meaning.

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

Purpose5/5

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

The description clearly states the tool turns automatic credit reloads on or off, including the mechanism (threshold, top-up) and that it's admin-only. It effectively distinguishes from siblings like buy_credits by detailing the server-side, card-on-file process.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: admin only, requires a saved card. Gives instructions if no card saved and mentions members get an 'ask an admin' message, providing clear usage boundaries.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hermoso-ai/hermoso'

If you have feedback or need assistance with the MCP directory API, please join our Discord server