Skip to main content
Glama

Connect RSS feed bus

connect_rss_feed_bus

Create an RSS/Atom editorial feed scaffold with sanitized item rows, category maps, refresh policy, adapter source, and copyright notes.

Instructions

Create an RSS/Atom/editorial feed scaffold with sanitized item rows, category maps, refresh policy, adapter source, and copyright/sanitization notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.rss_feed_bus
activeNo
feed_labelNoeditorial_feed
item_countNo
adapter_urlNohttp://127.0.0.1:9082/feed.xml
parent_pathNoParent COMP for the RSS scaffold./project1
adapter_modeNorss_atom
category_countNo
refresh_interval_secNo
Behavior3/5

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

Annotations already indicate non-read-only, non-destructive, open-world behavior, so the description adds some context by listing the scaffold's contents (sanitized item rows, category maps, refresh policy). However, it does not disclose potential side effects, permissions, or how 'connect' differs from 'create', leaving the behavioral profile only partially complete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense sentence that front-loads the primary action and lists key features. It is efficient with no filler, though the list could be more readable if broken into shorter structures.

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?

With 9 optional parameters, no output schema, and no usage guidance, the description is insufficient. It does not explain what the resulting scaffold looks like, what 'connect' means in this context, or what return values to expect, leaving the agent without a complete picture.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 22% (name and parent_path have descriptions). The description mentions concepts like adapter source, refresh policy, and category maps, which loosely map to parameters (adapter_url, refresh_interval_sec, category_count), but it does not explain each parameter's meaning or usage explicitly. Given the low schema coverage, the description fails to fully compensate.

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 clearly states the tool creates an RSS/Atom/editorial feed scaffold with specific components (sanitized item rows, category maps, etc.), making the purpose specific. However, the tool name uses 'connect' while the description says 'Create', creating slight ambiguity about whether it establishes a connection or builds a scaffold.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any conditions, prerequisites, or references to sibling tools like other connect_* or create_* tools, leaving the agent without decision-making context.

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

Install Server

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/Pantani/tdmcp'

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