Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LYNXPROMPT_URLYesLynxPrompt instance URL
LYNXPROMPT_TOKENYesLynxPrompt API token

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
}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_blueprintC

Create a new blueprint in LynxPrompt

create_hierarchyC

Create a new hierarchy in LynxPrompt

delete_blueprintB

Delete a blueprint from LynxPrompt

delete_hierarchyB

Delete a hierarchy from LynxPrompt

search_blueprintsB

Search the public LynxPrompt blueprint marketplace

update_blueprintC

Update an existing blueprint in LynxPrompt

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Authenticated user infoProfile of the currently authenticated LynxPrompt user
Blueprint listAll blueprints for the authenticated user
Hierarchy listAll hierarchies for the authenticated user

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Every tool targets a distinct action on either blueprints or hierarchies, with no overlap in purpose. The operations are clearly separated by resource type.

Naming Consistency5/5

All tool names follow the verb_noun pattern using snake_case consistently. The pattern is predictable across all six tools.

Tool Count5/5

Six tools is well-scoped for managing two resources (blueprints and hierarchies). Each tool serves a clear purpose without unnecessary duplication.

Completeness3/5

Blueprints have create, delete, update, and search, but no individual get/read tool. Hierarchies have create and delete but lack update and search. These are notable gaps that could cause agent failures.

Maintenance

ActivityMaintained
ResponsivenessNo issues