Skip to main content
Glama
sp716
by sp716

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_MODELNoThe OpenAI model to use for summaries.gpt-5.4-mini
OPENAI_API_KEYYesYour OpenAI API key for generating summaries.

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
list_ai_news_sourcesD
get_cached_ai_newsD
get_latest_ai_newsD

Prompts

Interactive templates invoked by user choice

NameDescription
daily_ai_news_briefingCreate a daily technical briefing from the latest AI news.
topic_watchTrack recent AI news for a specific topic.
compare_ai_sourcesCompare how selected AI news sources covered recent stories.
executive_ai_digestCreate a business-focused digest from recent AI news.

Resources

Contextual data attached and managed by the client

NameDescription
source_errors_resourceFeed errors from the latest cached AI news refresh.

TDQS

C2.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct action: one retrieves cached news, one gets latest news, one lists sources. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get_cached_ai_news, get_latest_ai_news, list_ai_news_sources.

Tool Count5/5

Three tools is appropriate for a focused news server; not too few or too many.

Completeness4/5

Covers cached and latest news retrieval and source listing, but lacks search or other advanced features. Minor gap.