Skip to main content
Glama
aq35
by aq35

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub Personal Access Token with repo scope
GITHUB_API_BASE_URLNoBase URL for GitHub API (e.g., for GitHub Enterprise)https://api.github.com

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
collect_pr_feedbackB

Collect PR review comments, issue comments, and review summaries for a PR.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no potential for confusion between tools. The tool's purpose is clearly described.

Naming Consistency5/5

Single tool name follows a consistent verb_noun pattern ('collect_pr_feedback'), so no inconsistency exists.

Tool Count1/5

A single tool for a PR review server is severely inadequate. Expected tools for PR listing, diff viewing, commenting, etc., are missing.

Completeness1/5

The tool surface is extremely incomplete. It only provides feedback collection, with no tools for creating, updating, or managing PRs or reviews.

Maintenance

ActivityStale
ResponsivenessNo issues