Skip to main content
Glama

Boat House

capacity

Quote additional app storage. Show the maximum extra monthly price and get owner approval before confirming. No automatic upgrade. Owners only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesThe tool's short name, for example 'finance', or 'acme/finance' to select its workspace.
confirmNoFalse or absent returns the quote and does nothing. True actually does it.
quote_idNoThe exact capacity quote the owner approved.
workspaceNoWorkspace slug to act in. Use this when you belong to several workspaces; whoami lists them.
storage_gbNoRequested total storage in whole GB; starts with a price quote.
max_extra_monthly_centsNoMaximum extra monthly price from the approved quote, in cents.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does substantive work: it discloses the two-phase quote/approve flow, explicitly states "No automatic upgrade", and restricts use to owners. It does not describe return values or side effects, but the core behavioral traits are present.

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 four short sentences with no filler. Each sentence contributes either the resource, the workflow, the safety guardrail, or the permission requirement.

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

Completeness4/5

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

For a six-parameter tool with no output schema and no annotations, the description covers the main quote-and-approve flow and the owner gate. It lacks explicit sibling alternatives and a clear statement of what the tool returns, but it is otherwise sufficient for basic invocation.

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 schema already documents all six parameters. The description adds workflow context around approval and confirmation, but no per-parameter specifics beyond what the schema provides, so the baseline of 3 is appropriate.

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?

"Quote additional app storage" is a specific verb and resource, and "No automatic upgrade" plus "Owners only" help distinguish it from billing or top-up tools. However, no sibling tool is named, so the agent must infer when capacity is the right choice rather than prices, billing, or topup.

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?

The description gives eligibility and workflow context ("Owners only", "get owner approval before confirming") but never states when to use this tool versus alternatives like billing, prices, or topup. There is no when-not-to-use guidance or explicit alternative routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.