Skip to main content
Glama

MCPFax Agent Continuity

What is new since I last looked

watermark_get
Read-onlyIdempotent

Fetch the position you last recorded for a stream, so you can ask an upstream only for what is new. $0.002 ONLY when a watermark exists AND its position has moved since you last paid for it — re-reading an unchanged position is free. Never set one? Then we tell you so and charge nothing. Costs $0.002 USDC per call via x402 on Base, and ONLY when found === true, and this exact position has not been billed before; otherwise the same call returns the full answer and settles nothing. Authenticate with Authorization: Bearer , or pass agent_key as an argument if your host cannot set headers. Equivalent HTTP route: POST /v1/watermark/get.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
streamYesThe stream identifier. Example: 'orders-feed'.
agent_keyNoYour agent_secret, if your MCP host cannot set the Authorization header. Prefer the header.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / agent_key / examples
      Added value: +[
      +  "the agent_secret that register returned"
      +]
  2. Changed1 schema field changed
    • addedInput schema / properties / stream / examples
      Added value: +[
      +  "orders-feed"
      +]
  3. First observed

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already mark this read-only and idempotent, and the description enriches that with billing behavior, free re-reads, the no-watermark case, authentication requirements, and the exact cost trigger. It also confirms the route. This goes well beyond annotations without contradicting 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 purpose is front-loaded, but the billing explanation is repetitive: the $0.002 condition is stated multiple times in slightly different forms. The description is useful but would be tighter if the cost rules were consolidated into one sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main call context, empty-watermark behavior, auth, HTTP route, and billing. With no output schema, it does not spell out the exact response shape, but it clearly implies the returned position and the no-watermark notification. This is complete enough for a simple read tool backed by strong annotations.

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?

Schema coverage is 100%, so the baseline is 3. The description does mention passing agent_key when headers cannot be set, but this largely duplicates the schema's own guidance. No significant new parameter-level semantics are added beyond what the schema already provides.

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 opens with a specific verb and resource: 'Fetch the position you last recorded for a stream.' It clearly distinguishes this from watermark_set (writing a watermark) and other state tools by explaining the upstream/new-items use case. The title is colloquial, but the description removes ambiguity.

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 gives clear context for when to use the tool: before asking an upstream for only what has changed since the last recorded position. It does not explicitly name alternative tools or exclusion conditions, but the usage intent is strong and paired with watermark_set as an obvious sibling.

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