Skip to main content
Glama

submit_feed

Suggest an RSS or Atom feed for the index. No key needed. An admin reviews every suggestion before anything is fetched; approved podcast feeds are handed to rssamplifier, everything else becomes a source here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe feed URL, starting with https://
noteNoWhy it belongs here: who publishes it, what it covers (optional)
emailNoWhere to hear back, if you are not sending a key (optional)
collectionNoCollection slug it belongs in (optional; an admin decides otherwise)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses that no key is needed, that an admin reviews every suggestion before any fetch occurs, and what happens downstream (podcast feeds to rssamplifier, others become a source). It does not mention rate limits or what the caller sees in response to a submission.

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?

Three tightly packed sentences with zero waste; the core action and the no-key fact are front-loaded, and the review/downstream routing follows logically.

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?

No output schema exists, so the description should cover the result of a submission, and it does explain the review flow and downstream destinations. Missing only the immediate return behavior (e.g., whether a confirmation or suggestion ID is returned).

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 description coverage is 100%, so the schema already documents url, note, email, and collection. The description adds the useful constraint that a key is not required (relevant to the email parameter) but does not add format details beyond the schema. Baseline 3 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?

States a specific verb (suggest) and resource (RSS/Atom feed for the index), and distinguishes itself from sibling create_feed/add_source by framing the action as a non-committal suggestion subject to admin review. An agent can tell it apart from the direct-creation tools without opening either schema.

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?

Clearly states the no-key path and the review workflow, implying this is the right tool when you want to propose rather than directly create. It does not explicitly name create_feed or add_source as the alternatives for direct/privileged creation, so routing is implied rather than spelled out.

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.