Skip to main content
Glama
tHeMaskedMan981

Network School Events MCP Server

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_todays_eventsB

Get all Network School events happening today

get_upcoming_eventsB

Get Network School events happening in the next N days

search_eventsC

Search Network School events by name or description

register_for_eventC

Register for a Network School event using the event ID from the event listing

search_wikiC

Search the Network School wiki for information about visas, internet, food, getting started, and more

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
FoodNetwork School wiki page: Food
Getting StartedNetwork School wiki page: Getting Started
InternetNetwork School wiki page: Internet
VisasNetwork School wiki page: Visas

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation4/5

Most tools have distinct purposes: get_todays_events and get_upcoming_events are clearly differentiated by time frame, register_for_event handles registration, and search_events focuses on event discovery. However, search_wiki overlaps slightly with search_events in being a search function, though their domains (events vs. wiki content) differ enough to avoid major confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, such as get_todays_events, register_for_event, and search_events. This uniformity makes the tool set predictable and easy for an agent to understand and navigate without naming conflicts.

Tool Count5/5

With 5 tools, this server is well-scoped for managing school events and related information. The count is appropriate as it covers core operations like event retrieval, registration, and searching without being overly sparse or bloated, fitting typical server purposes efficiently.

Completeness3/5

The tool set covers key event operations like retrieval, search, and registration, but lacks update or delete capabilities for events, which could be gaps in a full lifecycle. Additionally, while search_wiki adds value, it might not fully integrate with the event domain, leaving minor coverage issues for a comprehensive event management system.

Maintenance

ActivityInactive
ResponsivenessNo issues