What problem does it solve? Legal professionals need accurate, up-to-date text of Brazilian state and municipal laws, but these norms are scattered across 27 state assemblies and thousands of municipal chambers, making manual lookup slow and citation from memory unreliable. ## Core Features & Use Cases - Live official-source lookup: Resolve any state or municipal norm by identity (UF, municipality, type, number, year) and retrieve metadata, ementa, and the official deep link. - Full-text retrieval: Fetch the consolidated text of a norm with obter_texto_norma, with a per-query flag indicating whether full text or only ementa plus link is available. - Coverage catalog: Inspect the static catalog of adapters for all 27 UFs and their municipalities with obter_cobertura_legislacao to calibrate expectations before querying. - Honest outcome reporting: A desfecho envelope distinguishes measured absence from errors, timeouts, and partial results so failures are never reported as "not covered". - Use Case: A lawyer needs the current text of a Goiás state decree for a legal opinion; the assistant resolves it by identity, returns the official link, and quotes the exact wording from the source. ## Quick Start Ask the assistant to fetch the full text and official link of a specific state or municipal law by providing the UF, municipality if applicable, norm type, number, and year.