Tools: Documentation¶
Documentation tools — URLs, search, and full-text retrieval for EnergyPlus docs.
build_documentation_urls(object_type, version=None)
¶
Build documentation URLs for an object type.
Source code in src/idfkit_mcp/tools/docs.py
get_doc_section(location, version=None, max_length=8000)
¶
Read full content of a doc section from search_docs results.
Source code in src/idfkit_mcp/tools/docs.py
search_docs(query, version=None, tags=None, limit=5)
¶
Search EnergyPlus docs by keyword.