Skip to main content
Glama
mchow01

Horse Racing News

by mchow01

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_horse_racing_newsC

Fetch the latest horse racing news from Thoroughbred Daily News.

Args: limit: Maximum number of stories to return (default: 10, max: 50)

Returns: Dictionary containing feed information and list of news stories

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined and singular.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name follows a clear verb_noun pattern (get_horse_racing_news).

Tool Count2/5

A single tool is too few for a news server, as it only supports fetching news without any filtering, searching, or categorization capabilities. This limits functionality and feels thin for the domain.

Completeness2/5

The server is severely incomplete for a news domain. It lacks essential operations such as searching news by keyword, filtering by date or category, or accessing specific articles, which are common in news APIs.

Maintenance

ActivityInactive
ResponsivenessNo issues