Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- search_docs — Search the published Tandem docs index for relevant pages.writeidempotentopen internet
- get_doc — Fetch and normalize a published Tandem docs page by path or URL.writeidempotentopen internet
- get_start_path — Recommend the best Tandem docs starting path for a desktop user, server admin, or developer.writeidempotent
- recommend_next_docs — Recommend the next Tandem docs to read after a current page, optionally biased toward a goal.writeidempotentopen internet
- answer_how_to — Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.writeidempotentopen internet
- get_tandem_guide — Return a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy.writeidempotent
- warmup_docs_cache — Refresh the docs index and preload the most important Tandem docs pages into cache.writeidempotentopen internet
- get_docs_cache_status — Inspect the current docs cache state for index sources and warmed pages.writeidempotent
- refresh_docs_index — Force-refresh docs indexes and report whether data came from the network, cache, or stale fallback.writeidempotentopen internet
- refresh_doc_page — Force-refresh a docs page and report whether content came from the network, cache, or stale fallback.writeidempotentopen internet
- invalidate_docs_cache — Invalidate docs cache entries for index data, all pages, or a specific page path.writeidempotent
- compare_docs_index_refresh — Force-refresh the docs indexes and return before/after hashes so content changes can be proven.writeidempotentopen internet
- compare_doc_page_refresh — Force-refresh a docs page and return before/after hashes so page content changes can be proven.writeidempotentopen internet
