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
run_checksA

Run the full pre-flight validation pipeline (tests, type-checking, lints, custom steps) with smart SHA-256 caching (<10ms on unchanged code). Use this before committing code.

run_staged_checksA

Run fast targeted validations and Git safety checks only on modified or staged Git files (git diff). Recommended for quick pre-commit validation.

check_git_safetyA

Scan target or staged files for conflict markers (<<<<<<<), hardcoded secrets/API keys, and leftover debug statements. Use before git commit.

run_security_auditB

Run dependency security vulnerability audits (npm audit, cargo audit, pip-audit) and return structured vulnerability report.

suggest_fixesA

Analyze recent validation failures and return structured remediation hints and prompt snippets for AI agents.

export_reportA

Generate visual Markdown or HTML validation reports saved to .checkride/ directory.

run_testsB

Run only the test suite with optional pattern matching.

run_typecheckA

Run only type checking (e.g. tsc, mypy, cargo check, go vet).

run_lintA

Run only code linting (e.g. ESLint, Biome, Ruff, Clippy) with optional auto-fix.

get_check_statusB

Retrieve the status and full structured results of the last validation check run.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/siqah/Checkride'

If you have feedback or need assistance with the MCP directory API, please join our Discord server