Skip to main content
Glama
shimi0556-bit

shimi-ask

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address (use 0.0.0.0 for Docker or external access)127.0.0.1
PORTNoPort to listen on3000
ALLOWED_HOSTSNoComma-separated list of allowed Host headers (e.g., your-tunnel.example.com,localhost,127.0.0.1)

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask_questionA

Use when the user asks something that should be answered per the operator’s current instructions. Do not invent facts outside those instructions; if empty/insufficient, say so.

set_instructionsA

Use when the operator wants to command how future questions are answered. Replaces full instruction text.

get_instructionsA

Read current operator instructions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct role: reading instructions, asking a question constrained by those instructions, and setting instructions. No overlap in purpose.

Naming Consistency5/5

All tools follow the same verb_noun snake_case pattern: get_instructions, ask_question, set_instructions. Perfectly consistent.

Tool Count5/5

Three tools is a well-scoped set for a focused instruction-based Q&A server. Each tool earns its place.

Completeness5/5

The server covers the full lifecycle: read instructions, set instructions, and use them to answer questions. No obvious missing operations for its stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues