Skip to main content
Glama

linode_get_pricing

Read-only

Retrieve per-type pricing for Akamai Cloud product families like compute, block storage, or LKE, optionally by region, with hourly and monthly rates.

Instructions

Get per-type pricing for a product family, optionally for a specific region. Families: compute, block_storage, nodebalancers, network_transfer, lke, object_storage. Returns hourly and monthly prices with the correct region override applied (falling back to the default price when a region has no override). Monthly is null for metered SKUs, which means priced per unit with no monthly cap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyYes
regionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description adds significant behavioral details: region override fallback, monthly null for metered SKUs, and the return structure. No contradiction with annotations.

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?

Three sentences, front-loaded with purpose, then families, then output behavior. No unnecessary words. Every sentence adds value.

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?

For a simple 2-param read-only tool with an output schema and present annotations, the description covers all behavioral aspects needed for correct invocation and interpretation.

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 partially compensates by listing valid families and explaining region behavior. It does not detail each parameter exhaustively but provides enough semantic value for correct usage.

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 explicitly states the tool retrieves per-type pricing for a product family, lists the valid families, and explains the output including region override and metered SKU behavior. This clearly specifies the verb-resource-action and distinguishes from siblings like linode_estimate_cost.

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

Usage Guidelines4/5

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

The description indicates when to use (to get pricing for a family), but does not explicitly state when not to use or list alternatives. However, given siblings (e.g., linode_estimate_cost, linode_list_instance_types), the context implies usage for raw pricing data, earning a 4.

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/akamai-developers/akamai-cloud-mcp'

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