Skip to main content
Glama
rach16

MCP Server for Session 13

by rach16

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEWS_API_KEYYesYour News API key
TAVILY_API_KEYYesYour Tavily API key

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchB

Search the web for information about the given query

roll_diceC

Roll the dice with the given notation

get_marketing_newsB

Get the latest marketing and business news from companies like ZoomInfo, 6sense, and other marketing tech companies.

Args: company: Specific company to search for (e.g., 'ZoomInfo', '6sense', 'HubSpot', 'Salesforce') category: News category (default: 'business', options: 'business', 'technology', 'general') num_articles: Number of articles to return (default: 5, max: 100)

get_company_newsA

Get specific news about a particular company (e.g., ZoomInfo, 6sense, etc.)

Args: company: Company name to search for num_articles: Number of articles to return (default: 3)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.4/5.0

Scored across 4 tools

Disambiguation2/5

get_company_news and get_marketing_news have significant overlap, both retrieving news about marketing tech companies, making it unclear which to use. The other tools (roll_dice, web_search) are unrelated, further complicating disambiguation.

Naming Consistency2/5

Two tools follow a 'get_X_news' pattern, but roll_dice and web_search break that pattern, using different verb styles. The naming is inconsistent across the set.

Tool Count2/5

With only 4 tools spanning news, dice rolling, and web search, the count feels arbitrary and too small for a coherent domain. The server appears to bundle unrelated utilities.

Completeness1/5

The coverage is severely incomplete for any clear purpose. If focused on marketing news, dice rolling and web search are extraneous; if general, many common operations are missing. The set lacks a coherent domain.

Maintenance

ActivityInactive
ResponsivenessNo issues