Skip to main content
Glama
jasonwilbur

oci-pricing-mcp

by jasonwilbur

compare_storage_tiers

Read-onlyIdempotent

Compare pricing across all Oracle Cloud Infrastructure storage tiers for a specified size to find the most cost-effective option.

Instructions

Compare all storage tier pricing for a given size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeGBYesStorage size in GB
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the tool is clearly safe and idempotent. The description adds the context that it compares pricing for a given size, which is beyond what annotations provide, but does not disclose other behavioral traits (e.g., output format, regional dependency).

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 a single, well-structured sentence with no unnecessary words. It is concise and front-loaded with the core purpose.

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?

For a simple comparison tool with one parameter and comprehensive annotations, the description is adequate but lacks explanation of the output (e.g., does it return a list of tiers with prices?). The absence of an output schema places some burden on the description to clarify what the agent receives.

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?

The schema provides 100% coverage for the single parameter 'sizeGB' with a description. The tool description does not add any additional meaning beyond the schema, earning the baseline score.

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 'Compare all storage tier pricing for a given size' clearly states the action (compare), the resource (storage tier pricing), and the input (size). It distinguishes from sibling tools like compare_compute_shapes or compare_database_options.

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 lacks any guidance on when to use this tool versus alternatives. It does not mention scenarios where this tool is appropriate or when to prefer siblings like calculate_storage_cost.

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/jasonwilbur/oci-pricing-mcp'

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