Skip to main content
Glama
tenbux

log-query-mcp

by tenbux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCORD_BOT_TOKENYesBot token from Discord Developer Portal

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
discord_searchB

Search Discord messages by content keyword across the whole server or a specific channel.

discord_channel_statsC

Message count and top-chatter stats for a Discord channel.

discord_list_channelsA

List all known Discord channel names and their IDs.

twitch_searchC

Search Twitch chat logs (Chatty) for messages matching a pattern.

twitch_user_messagesB

Fetch all Twitch chat messages from a specific user in a channel.

twitch_top_chattersB

Rank Twitch chatters by message count in a channel.

twitch_eventsB

Query Twitch sub/bits/giftsub events in a channel.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct platform (Discord or Twitch) and a specific operation (search, list, stats, events), with no overlapping purposes. The platform prefix and clear action verbs make them easily distinguishable.

Naming Consistency5/5

All tools follow a consistent `platform_action` pattern using snake_case (e.g., discord_list_channels, twitch_search). The naming is uniform and predictable across both platforms.

Tool Count5/5

7 tools is a well-scoped set for a log query server covering two platforms (Discord and Twitch). Each tool provides a meaningful query capability without unnecessary bloat.

Completeness4/5

The tool set covers the core query operations for both platforms: searching, listing, stats, and user-specific queries. Minor gaps include lacking direct message retrieval by ID or cross-platform search, but the surface is largely complete for a query-focused server.

Maintenance

ActivityMaintained
ResponsivenessSyncing