Skip to main content
Glama
lalrow

AI Makerspace MCP Demo Server

by lalrow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoYour OpenAI API key for LangGraph integration
TAVILY_API_KEYYesYour Tavily API key for web search capabilities

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
web_searchC

Search the web for information about the given query

roll_diceC

Roll the dice with the given notation

number_factC

Get an interesting fact about a number or date using NumbersAPI.

space_factA

Get NASA's Astronomy Picture of the Day (APOD) with its title, date, description, and image URL.

animal_factB

Get a fun fact about a given animal.

science_termB

Explain a science term using Wikipedia summaries.

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 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting different domains: animal facts, number facts, dice rolling, science terms, space facts, and web search. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency4/5

Most tools follow a consistent noun_verb or noun_noun pattern (e.g., animal_fact, number_fact, science_term, space_fact), but roll_dice and web_search deviate slightly with verb_noun structures. The naming is still highly readable and predictable overall.

Tool Count5/5

With 6 tools, the server is well-scoped for a demo or utility server, offering a diverse set of fun and informational functions without being overwhelming. Each tool earns its place by covering a unique aspect of trivia, randomness, or information retrieval.

Completeness3/5

The server covers a broad range of trivia and search domains, but there are minor gaps in consistency—for example, some tools fetch facts (animal, number, space) while others perform actions (roll dice, search web). However, as a demo server, it provides a coherent set for exploration without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues