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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create-postC

Create a new post with the provided content

reply-to-postC

Create a reply to an existing post

toggle-likeC

Like or unlike a post

get-feedB

Get recent posts feed (50 most recent posts in reverse chronological order) along with the current topic

update-usernameC

Update the authenticated user's username

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

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: create-post, get-feed, reply-to-post, toggle-like, and update-username target different actions on different resources. An agent can easily distinguish between creating content, retrieving content, interacting with content, and managing user settings.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with hyphens: create-post, get-feed, reply-to-post, toggle-like, update-username. The naming is predictable and readable throughout, with no deviations in style or convention.

Tool Count5/5

With 5 tools, this server is well-scoped for a social media or forum-like domain. Each tool earns its place by covering core operations: content creation, retrieval, interaction, and user management, without being overly sparse or bloated.

Completeness4/5

The tool surface covers most essential operations for a post-based system: create, retrieve, reply, and like/unlike posts, plus user profile updates. A minor gap exists in lacking update/delete operations for posts, but agents can work around this, and the core workflows are well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues