Skip to main content
Glama
AzielEliab

trades-runtime

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
trades_runtime_healthC

Trades-Runtime giveaway health. Read-only. Does not increment counters.

trades_runtime_statsA

Honest KV view/download counts with human/bot split. Read-only. Does not increment counters.

trades_runtime_citeB

Public cite.json for Trades-Runtime. Read-only.

trades_runtime_skillC

Agent skill markdown for the public giveaway Worker.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool exposes a distinct concern: skill documentation, health status, usage statistics, and citation data. Health and stats are both read-only, but their descriptions clearly separate service health from view/download counts.

Naming Consistency5/5

All tools follow the same snake_case prefix pattern: trades_runtime_ followed by a specific noun (skill, health, stats, cite). This is consistent and predictable.

Tool Count5/5

Four tools is a well-scoped set for a runtime information server. Each tool covers a meaningful public-facing aspect without unnecessary bloat.

Completeness5/5

The server surfaces all expected public runtime concerns: usage instructions, health, statistics, and citation metadata. There are no obvious gaps for the stated read-only purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues