pydantic-docs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PDA_DATA_DIR | No | Path to data directory for search indices and JSONL files | |
| PDA_DOC_ROOT | No | Path to Pydantic v2 source documentation | |
| PDA_DOC_ROOT_AI | No | Path to Pydantic AI source documentation |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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