Skip to main content
Glama
x7even

OpenCloudCosts MCP

refresh_cache

Invalidate pricing cache to force fresh cloud pricing data on next request. Clear specific provider or expired entries.

Instructions

Invalidate the pricing cache to force fresh data on next request.

Args: provider: Provider to clear ("aws", "gcp", "azure"), or empty string to purge expired entries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions invalidation but lacks details on whether the operation is reversible, the scope of cache cleared (all or per provider), and what 'expired entries' means. More context is needed for a destructive operation.

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 extremely concise: two sentences covering purpose and parameter usage. No superfluous content; every sentence earns its place.

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

Completeness3/5

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

Given the low complexity (1 parameter) and presence of an output schema, the description is adequate but could benefit from clarifying that the effect is immediate and affects subsequent queries. Otherwise, it sufficiently covers the tool's functionality.

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?

With 0% schema description coverage, the description adds value by specifying valid provider values ('aws', 'gcp', 'azure') and the behavior for an empty string (purge expired entries). This goes beyond the schema, which only defines type and default.

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 invalidates the pricing cache to force fresh data on next request. The verb 'invalidate' and resource 'pricing cache' are specific, and it distinguishes from siblings like 'cache_stats' which likely shows cache status.

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

Usage Guidelines3/5

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

The description implies usage when fresh pricing data is needed but does not provide explicit guidance on when to use vs alternatives, such as checking cache age via 'cache_stats' first. It also lacks scenarios 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.

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/x7even/cloudcostsmcp'

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