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

Tools

Functions exposed to the LLM to take actions

NameDescription
scanA

Scan a project directory for vibe-coding security / ship-readiness issues (offline, no AI). Returns high-confidence (taint-backed) findings as JSON by default; pass includeAll:true for medium/review too. Run before declaring a coding task done.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusing it with other tools. Agents will always select the correct tool.

Naming Consistency5/5

With a single tool, naming consistency is trivially maintained. The name 'scan' is a clear verb that matches its action.

Tool Count3/5

A single tool is on the low end for a server, but it is acceptable for a narrowly focused utility that performs one well-defined task. The tool covers a specific security scanning need without requiring multiple operations.

Completeness3/5

The one tool handles the primary scanning operation with configurable output levels, but lacks supporting tools for managing scan history, configurations, or results. It covers the core function but leaves gaps for typical workflows.