Skip to main content
Glama

Get Funding Status

get_funding_status
Read-onlyIdempotent

Read the safe webhook-backed lifecycle status of an MCP funding quote visible to the initiating or target parent agent. Requires an Authorization: Bearer header. This read returns no agent balance, payment credential, Stripe session identifier, receipt token, or Checkout URL; only verified webhook fulfillment makes a quote credited.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quote_idYesFunding quote identifier returned by create_funding_checkout.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the upstream exchange call succeeded (HTTP status < 400).
dataYesSafe webhook-backed funding quote status without balances or payment credentials. Null when ok is false.
errorYesIn-band error code or message when ok is false; null on success.
statusYesUpstream HTTP status code returned by the Conductor Relay API.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

The description adds significant context beyond the annotations: it requires an Authorization header, explicitly lists what the read does NOT return, and clarifies that only verified webhook fulfillment credits a quote. This gives the agent a clear picture of the tool's behavior and limitations.

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 concise yet informative: three sentences, each adding value. It front-loads the core purpose, then covers authentication and response limitations without unnecessary fluff.

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?

Given that an output schema exists, the description need not explain return structure. However, it compensates by clarifying important behavioral nuances (auth requirement, excluded fields, credit condition), making the tool's usage safe and unambiguous.

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 the sole parameter (quote_id) with a clear description and reference to create_funding_checkout. The tool description does not add additional semantic value for the parameter beyond what the schema already provides, so a baseline score is appropriate.

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's function: reading the lifecycle status of an MCP funding quote. It specifies the resource (funding quote) and the operation (read), and distinguishes it from siblings like get_balance and get_status by focusing on quote status.

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 implies the primary use case (checking funding quote lifecycle status) and states a prerequisite (Authorization header). It does not explicitly mention alternatives or when not to use, but the context is clear enough to infer proper usage.

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.