Skip to main content
Glama

Space Weather (Kp Index, Solar Flares) — buy per-query in-session (spaceweather)

data_session_fund

Idempotent

Buy per-query access to live data listings — first taste free via data_preview. Listing: spaceweather: Solar & Geomagnetic Activity Index (0.01 USDC/query). Platform-executes funding so you can data_session_query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesUUID of a data session you opened (from data_session_open).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

The description adds meaningful behavioral context: this operation spends money ('Buy per-query access'), quotes a price, and says the platform will execute the funding step. Annotations already declare readOnlyHint=false and idempotentHint=true, and the description does not contradict them.

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

Conciseness3/5

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

The core workflow is front-loaded in the first sentence, but the middle sentence is an advertisement for a specific listing ('spaceweather...') that is not essential to the tool's general purpose. The description is compact but contains an irrelevant specific example.

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 one-parameter tool with no output schema, the description adequately conveys the funding-to-query flow and cost model. It omits return value or failure semantics, which is a minor gap given the low complexity.

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 input schema fully documents session_id as a UUID from data_session_open, giving 100% schema coverage. The description contributes no additional parameter semantics beyond the schema already provides.

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 description uses a specific verb ('Buy') and names the resource ('per-query access to live data listings'), and it distinguishes itself from data_preview and data_session_query. However, it does not clearly disambiguate from the close siblings data_session_funding_package and data_session_attach_escrow beyond the phrase 'Platform-executes funding'.

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?

A workflow is implied: preview first via data_preview, fund here, then query via data_session_query. The description never explicitly states when to use this tool instead of data_session_funding_package or data_session_attach_escrow, so exclusionary guidance is missing.

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