Skip to main content
Glama
hermoso-ai

Hermoso

Official

Billing status

billing_status
Read-only

Check account billing at a glance: view current plan price, credit balance, auto-reload status, card on file, and admin rights. Read-only; use before changing billing to know what's possible.

Instructions

Show this account's billing at a glance: current plan (id + label + the price it is ACTUALLY billed — quote plan.priceUsd per plan.period, not plan.monthlyUsd), credit balance, whether auto-reload is on, whether a card is on file, and whether YOU (this key) have ADMIN rights to change billing. Read-only, free. Call it before upgrade_plan / set_auto_reload to know what's possible — members have read-only billing. IN A SHARED TEAM WORKSPACE A MEMBER SEES THE PLAN AND THE BALANCE ONLY: the workspace owner's payment card and auto-reload belong to them and are not reported (billingScope:'member'). Never tell a member there is no card on file — the honest answer is that you cannot see it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this with 'Read-only, free'. It adds critical behavioral context beyond annotations: the price field nuance (billing per plan.period, not monthlyUsd), the member-specific visibility limitation (billingScope:'member'), and the instruction to never tell a member there is no card because it cannot be seen. This is exactly the kind of hidden behavior agents need to know.

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?

The description is dense but every sentence earns its place: it leads with the core purpose, then details the specific fields, then the critical usage caveats. The shared-workspace warning and the instruction about not misreporting card status are essential to correct agent behavior. It is structured front-loaded and thorough without fluff.

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 zero required parameters and no output schema, the description must fully explain what the tool returns and any caveats. It covers the plan, balance, auto-reload, card, admin rights, and the nuanced member view. It also explains when to use it relative to other tools. Nothing an agent needs to call it correctly is missing.

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?

There are zero parameters, so the schema carries no parameter documentation. Per the rubric, 0 params gives a baseline of 4. The description does not need to add parameter meaning since there are none, and it correctly focuses on the output and usage context instead.

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 states a clear verb and resource: 'Show this account's billing at a glance' and enumerates the specific data returned (plan id/label/price, credit balance, auto-reload, card on file, admin rights). It explicitly distinguishes itself from sibling tools by saying to call it before upgrade_plan / set_auto_reload, so an agent can easily tell it apart.

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?

The description explicitly tells the agent when to use it: 'Call it before upgrade_plan / set_auto_reload' and explains that members have read-only billing, so they cannot change billing. It also provides conditional guidance for shared team workspaces, telling the agent exactly what a member sees and how to answer honestly. This is explicit and actionable.

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

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