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

Tools

Functions exposed to the LLM to take actions

NameDescription
pingA

Test connectivity to the CodeSentry server

analyze_repositoryB

Analyze a git repository for security, performance, and quality issues

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewComprehensive code review prompt for analyzing code quality, security, and performance
security_auditSecurity-focused analysis prompt for identifying vulnerabilities and security issues

Resources

Contextual data attached and managed by the client

NameDescription
CodeSentry ConfigurationCurrent analysis configuration settings

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve entirely different purposes: one checks connectivity and the other performs repository analysis. There is no overlap or ambiguity in their intended use.

Naming Consistency4/5

Both tool names are imperative verbs, but 'ping' is a bare verb while 'analyze_repository' follows a verb_noun pattern. This is a minor deviation from a fully uniform naming convention.

Tool Count3/5

With only two tools, the server feels minimal. For a repository analysis service, one might expect additional tools for managing or retrieving results, but the count is not unreasonable for a simple utility.

Completeness3/5

The core analysis functionality is present, but there are no supporting operations such as listing previous analyses, fetching detailed reports, or configuring analysis parameters. The surface is functional but incomplete for a comprehensive analysis workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues