get_entry
Get the complete registry entry for a Python library by its exact slug
(e.g. 'chromadb', 'pinecone', 'openai'). Returns install command, correct
imports, quickstart code, and known footguns (breaking changes, gotchas).
search_registry
Search the registry by keyword, version, or tag. Use when you don't know
the exact library slug or want to find all entries matching a topic
(e.g. 'vector database', 'openai v1', 'observability'). Returns a slim
list of matches — call get_entry() to get the full doc for any result.
search_checklists
Search operational checklists by keyword, category, or region. Use when an agent
needs procedural guidance (e.g. 'rate limit handling', 'circuit breaker', 'RAG security').
Returns a slim list of matches with slug and URL — fetch the full checklist at
https://checklist.day/{slug}.