Skip to main content
Glama
kukapay

binance-announcements-mcp

by kukapay

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
fetch_latest_announcementsB
Tool to fetch the latest Binance announcements in Markdown format.
Args:
    count: Number of announcements to fetch (max 20).
    page: Page number to fetch (default 1).
Returns:
    Markdown string with announcement title, URL, and time.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/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 as fetching Binance announcements, leaving no room for confusion or misselection.

Naming Consistency5/5

The single tool name 'fetch_latest_announcements' follows a clear verb_noun pattern, and since there are no other tools, consistency is inherently perfect. No mixed conventions or deviations exist to evaluate.

Tool Count2/5

A single tool is too few for a server named 'binance-announcements-mcp', which suggests a broader scope for handling announcements. While the tool covers fetching, obvious gaps like filtering, searching, or managing announcements are missing, making the set feel thin and incomplete for the domain.

Completeness2/5

The tool surface is severely incomplete for an announcements domain. It only provides fetch functionality, lacking essential operations such as filtering by date, searching for specific announcements, or accessing historical data. This will likely cause agent failures when more complex tasks are required.

Maintenance

ActivityInactive
ResponsivenessNo issues