Skip to main content
Glama

add_rss_feed

Subscribe MindBase to an RSS/Atom feed. New entries are auto-fetched and compiled into wiki pages, with optional tags and project grouping.

Instructions

Subscribe MindBase to a new RSS feed. New entries are auto-fetched every 60 minutes and compiled into wiki pages. Use this when the user says things like "subscribe me to ", "follow this blog", "add this to my feeds", or shares a feed URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe RSS/Atom feed URL
tagsNoTags applied to all entries from this feed
projectNoOptional project name to group entries under
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations to rely on, the description carries the behavioral burden and does well by disclosing the 60-minute auto-fetch cadence and the fact that entries become wiki pages. It covers the side effects of the operation beyond simple 'adds a feed', though it does not mention error cases or prerequisites.

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 compact, front-loaded with the core purpose, and every sentence carries useful information—the verb+resource, the auto-fetch behavior, and concrete user utterances. There is no filler or repetition.

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?

With no output schema, no annotations, and only three simple parameters, the description provides the essential context: the operation, its recurring behavior, and triggering phrases. It does not describe return data or duplicate-feed handling, but for a straightforward subscription tool, the information is sufficient for an agent to act correctly.

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 parameter semantics are already fully documented in the schema. The description itself adds no extra detail about how tags or project affect the feed, but it doesn't need to given the complete schema documentation.

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 a specific verb ('Subscribe MindBase to a new RSS feed') and resource, immediately distinguishing this from sibling tools that read, search, or ingest content. The mention that entries are compiled into wiki pages further sets it apart as a dedicated feed-subscription tool.

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 explicit, actionable usage cues: 'Use this when the user says things like...' with several concrete example phrasings. It does not list exclusions or alternatives, which keeps it just short of a 5, but the context is clear and sufficient.

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

Other Tools

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/frankchu91/mindbase-llm-wiki'

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