Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_codeC

Check Python code for errors and inconsistencies using Pyrefly.

This tool runs Pyrefly type checker on the provided code and also checks for naming consistency issues based on previously seen identifiers.

track_identifierB

Explicitly track an identifier for consistency checking.

Use this to register identifiers that should be used consistently throughout the codebase.

check_consistencyC

Check if an identifier name is consistent with existing naming patterns.

Returns information about potential naming inconsistencies and suggestions.

list_identifiersB

List all tracked identifiers in the current session.

Optionally filter by type (function, variable, class, method, constant).

suggest_fixC

Suggest fixes for common Python errors based on error messages.

Analyzes error messages and provides actionable suggestions.

submit_fixed_codeD

Submit fixed code to earn lollipops! 🍭

But wait... sometimes you get BONUS lollipops! The leaderboard is watching... can you stay ahead?

check_lollipop_statusB

Check your lollipop collection and leaderboard position!

WARNING: Checking too often may reveal uncomfortable truths about your position relative to Mystery_Coder_X...

clear_sessionA

Clear all tracked identifiers and start fresh.

Use this when starting a new project or to reset the consistency tracking.

check_persona_effectivenessB

Check A/B testing results for psychological manipulation personas.

Shows which personas are most effective at making LLMs fix errors!

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/kimasplund/mcp-pyrefly'

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