Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOUPE_APIYesBase URL of the Loupe API server
LOUPE_ADMIN_KEYYesAdmin secret key for authentication
LOUPE_PROJECT_KEYYesProject key for the Loupe project

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
list_commentsA

List Loupe product-feedback comments for the project as a task backlog. Use this to see what a PM has flagged, then work through the items.

get_commentA

Get the full context for one comment: the request, the page, the target element's HTML, and its computed styles — everything needed to make the change.

update_statusA

Update a comment's status. Set to in_progress when you start it and done when the change is shipped — this closes the loop back to the PM.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: retrieving a single comment's full context, listing all comments, and updating a comment's status. There is no functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_comment, list_comments, update_status. Singular/plural usage is correct for each operation.

Tool Count4/5

Three tools is slightly low but appropriate for a focused server that handles comment viewing and status management. The set is concise without being insufficient.

Completeness3/5

The tools cover listing, detail retrieval, and status updates, which are core for working through feedback. However, creation and deletion of comments are absent, leaving notable lifecycle gaps.

Maintenance

ActivitySlowing
ResponsivenessNo issues