get_knowledge_status
Retrieve freshness status of all registered business knowledge domains, including update dates and volatility, to ensure data is current.
Instructions
Return freshness status of every registered business knowledge domain.
Each biz/* feature registers its KnowledgeMetadata at import time via
register_domain_knowledge. This meta-tool reads from that registry, so
bumping a single per-domain KNOWLEDGE constant flows through here
automatically. The project-wide default date is in _shared/constants.py.
Returns:
Dict with knowledge_date (project default), total_domains, and
domains mapping each registered domain to its date, volatility,
verify_at URL, and disclaimer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||