Skip to main content
Glama
Starksood

fireweed-mcp

by Starksood

add_source

Register a source document to bind claims to verifiable byte ranges, ensuring evidence-backed memory and tamper-evident verification.

Instructions

Register a source document so claims remembered against it bind to verifiable byte ranges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
originNowhere these bytes came from (path, URL, endpoint). RECORDED BUT NOT VERIFIED.
source_idYes
origin_kindNothe kind of origin. Recorded but not verified.
supplied_byNowho handed these bytes over. Recorded but not verified.
validated_byNowhat checked these bytes before ingest, if anything. Recorded but not verified.

Schema Changelog

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

  1. Changed4 schema fields changedv0.5.0
    • addedInput schema / properties / origin
      Added value: +{
      +  "description": "where these bytes came from (path, URL, endpoint). RECORDED BUT NOT VERIFIED.",
      +  "type": "string"
      +}
    • addedInput schema / properties / origin_kind
      Added value: +{
      +  "description": "the kind of origin. Recorded but not verified.",
      +  "enum": [
      +    "conversation",
      +    "file",
      +    "url",
      +    "api",
      +    "user_submitted",
      +    "unknown"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / supplied_by
      Added value: +{
      +  "description": "who handed these bytes over. Recorded but not verified.",
      +  "type": "string"
      +}
    • addedInput schema / properties / validated_by
      Added value: +{
      +  "description": "what checked these bytes before ingest, if anything. Recorded but not verified.",
      +  "type": "string"
      +}
  2. First observedv0.1.2

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It discloses that registering a source enables claims to bind to verifiable byte ranges, but it does not explain idempotency, duplicate handling, storage side effects, or what happens to unverified origin metadata.

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 a single focused sentence with no filler. It front-loads the core action and immediately states the downstream purpose.

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

Completeness2/5

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

For 6 parameters, no output schema, and no annotations, more context is needed. The description omits required parameter semantics, return behavior, and lifecycle guidance such as whether re-registering an existing source_id overwrites or errors.

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 67%, and the required params source_id and text have no individual descriptions. The description adds some meaning by identifying a 'source document' and 'byte ranges', which implies text contains the document bytes, but it does not clarify source_id semantics or format.

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 ('Register') and resource ('source document') and explains the purpose: binding claims to verifiable byte ranges. It does not explicitly name sibling tools but the contrast with 'remembered' claims makes its role reasonably distinct.

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?

The description implies when to use the tool: before claims are remembered, to give them verifiable byte ranges. It does not provide explicit when-not-to-use guidance or compare against alternatives like remember or recall.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Starksood/fireweed-mcp'

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