Skip to main content
Glama

get_pricing

Read-only

Current Storskarvia pricing tiers, features, and monthly fact-check quotas.

Built from config.PLANS, the same list /pricing renders from, so this can no longer drift from the page the way it did while it was kept by hand.

The founder block is read live rather than described in prose. The note here used to say payments "aren't enabled yet" unconditionally, which went on being served after they were switched on, and the tiers listed full price while every human-facing surface offered a founding seat at half of it. An agent asked what Storskarvia costs answered with a price nobody was being charged and omitted the one on offer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false. The description does add real behavioral context beyond that: the data is generated from config.PLANS, is live rather than hand-maintained, and includes the founder/founding-seat block that other surfaces offer. That context is useful, but it arrives wrapped in historical narrative rather than stated as a guarantee about freshness or scope.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Only the first sentence is front-loaded with what the tool returns; the remaining two paragraphs are an internal post-mortem about past drift and historical pricing mistakes. That backstory, while motivating, does not help an agent decide to call or not call the tool and consumes most of the description.

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?

An output schema exists, so return values need not be explained, and the read-only annotation covers safety. What is missing is any operational framing (e.g., that this is the authoritative answer for cost questions and that no freshness check is needed), which the description gestures at only indirectly.

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?

The tool takes zero parameters, so there is nothing for the description to disambiguate and the baseline of 4 applies. The description correctly describes no arguments, only output content.

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?

The opening sentence names a specific resource (pricing tiers, features, monthly fact-check quotas) that an agent can match to a cost question. It does not, however, distinguish itself from adjacent siblings such as get_skarvia_info or get_guide, so the boundary is left to inference.

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?

Usage is only implied, via the closing anecdote that an agent asked what Storskarvia costs should not answer from stale prose. There is no explicit 'use this when X, otherwise use Y' and no sibling is named as an alternative for general company questions.

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.

Resources