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
search_promptsB

Search prompts by content, title, tags, or description

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
list_all_promptsList all available prompts with metadata
flask_status

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The single tool's purpose is clearly distinct by default.

Naming Consistency5/5

The sole tool uses a clear verb_noun pattern: search_prompts. This is consistent, predictable, and matches its function.

Tool Count2/5

A single search-only tool feels far too thin for a server named PromptBin, which implies a prompt storage and management domain. Even a minimal prompt management server would need at least creation and listing capabilities.

Completeness1/5

The server exposes only search, with no way to add, update, delete, or retrieve prompts directly. This is severely incomplete for the apparent prompt-management scope and would cause agent failures for any non-search workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues