Skip to main content
Glama

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_blogsD
search_blogsD
create_blogD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: creating a blog, retrieving all blogs, and searching blogs. No overlap.

Naming Consistency5/5

All tools use consistent verb_noun pattern with underscores.

Tool Count4/5

Three tools is reasonable for a simple blog server, though a bit minimal.

Completeness2/5

Missing update and delete operations, which are essential for full blog management.

Maintenance

ActivityInactive
ResponsivenessNo issues