Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGDA_MCP_OPTIONSNoJSON object with server configuration options. See README for allowed fields.

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

Tools

Functions exposed to the LLM to take actions

NameDescription
agda_server_infoA

Report the detected Agda installation, compatibility, and active workspaces

agda_load_moduleB

Load and typecheck one top-level Agda module from disk

agda_typecheckB

Reload and typecheck the active module in a workspace

agda_retrieve_goalsC

Retrieve the current visible goals and opaque handles

agda_retrieve_contextC

Retrieve the type and local context for an opaque goal handle

agda_retrieve_contextsB

Retrieve types and local contexts for several goal handles in one round trip

agda_retrieve_constraintsB

Retrieve constraints for the active module in a workspace

agda_case_splitA

Preview a case split, or atomically apply and typecheck it with apply:true

agda_refineB

Preview a refinement, or atomically apply and typecheck it with apply:true

agda_autoA

Preview Agda proof search, or atomically apply and typecheck it with apply:true

agda_normalize_expressionB

Normalize an expression in workspace or goal-local scope

agda_infer_typeB

Infer the type of an expression in workspace or goal-local scope

agda_query_metavariablesC

Query visible and interaction-backend invisible metavariables

agda_job_awaitA

Collect the result of a pending Agda job, waiting up to waitMs; returns pending again if still running

agda_job_await_anyA

Wait for the FIRST of several pending jobs to finish; use after fanning work out across workspaces

agda_job_statusA

Report the state of a pending Agda job without waiting for it

agda_job_cancelA

Abort a pending Agda job and release its Agda command slot

agda_job_listA

List Agda jobs that are still running or awaiting collection

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/peterthiemann/agda-mcp'

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