Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_rss_feedA
Retrieve the content of the specified RSS feed.

Parameters:
    feed_url (str): The URL of the RSS feed to fetch (e.g., 'https://cointelegraph.com/rss').
    ctx (Context, optional): MCP context for logging or progress reporting.

Returns:
    str: A formatted Markdown string containing the feed title and up to 10 latest entries with titles, links, publication dates, and summaries converted from HTML to plain text.
get_crypto_rss_listA
Retrieve a list of available cryptocurrency RSS feeds from a local or remote OPML file, optionally filtered by keyword.

Parameters:
    keyword (str, optional): Filter feeds where the keyword appears in the description or category (case-insensitive).
    opml_file (str, optional): Path to a local OPML file to read feeds from. If not provided, fetches from the remote OPML URL.

Returns:
    str: A formatted string listing each RSS feed URL, its description, and category, parsed from the OPML file.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_rss_feedCreate a prompt for analyzing RSS feed content.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves a list of available RSS feeds, while the other fetches content from a specific RSS feed. There is no overlap in functionality, and the descriptions make their unique roles explicit.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with 'get_' prefixes (get_crypto_rss_list and get_rss_feed). This naming scheme is predictable and aligns well with their actions, making them easy to distinguish and use.

Tool Count2/5

With only two tools, the server feels thin for its domain of cryptocurrency RSS feeds. While the tools cover basic retrieval, the lack of operations like filtering, updating, or managing feeds limits functionality and suggests an incomplete surface for typical RSS workflows.

Completeness2/5

The server is severely incomplete for handling cryptocurrency RSS feeds. It lacks essential operations such as adding, updating, or deleting feeds, as well as advanced features like search, categorization, or subscription management. This minimal set will likely cause agent failures in more complex tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues