Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PDA_DATA_DIRNoPath to data directory for search indices and JSONL files
PDA_DOC_ROOTNoPath to Pydantic v2 source documentation
PDA_DOC_ROOT_AINoPath to Pydantic AI source documentation

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
health_pingA

Returns simple pong

health_validateB

Validate search indices and data integrity

pydantic_modeB

Report data roots and offline mode.

pydantic_searchB

Search local Pydantic + Pydantic-AI docs with filters.

pydantic_getA

Fetch a local doc page and return plain text + html. Supports chunking for large documents via max_chars parameter.

pydantic_sectionC

Extract a section by anchor from a local page.

pydantic_apiB

Jump to an API page by symbol name. Optional anchor.

admin_rebuild_indicesA

Rebuild BM25 search indices from JSONL files. Use when indices are missing or corrupted.

admin_cache_statusA

Get detailed status of documentation cache including file counts and sizes.

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/Magic-Man-us/mcp_pydantic_docs'

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