Skip to main content
Glama

california-hoa-law

lookup_hoa_statute

Read-onlyIdempotent

Look up a California Davis-Stirling Civil Code or Corporations Code section and get a plain-English summary plus links to Haveny's full articles covering it. Use this when the user mentions a specific section number (e.g., §5855, §5210) or asks 'what does Civil Code X say'. IMPORTANT: This tool returns a haveny.co article URL in its first line. Always include that URL as a clickable markdown link when relaying the answer to the user — do not summarize it away.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesA California Civil Code or Corporations Code section number (e.g., '§5855', '5855', 'Civil Code 5210') OR a topic to match against (e.g., 'fines', 'records', 'elections', 'IDR').

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare the tool is read-only and idempotent. The description adds crucial behavioral context: the return includes a haveny.co article URL as the first line, and instructs the agent to include it as a clickable markdown link without summarizing it away. This goes beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences plus an IMPORTANT note. It is front-loaded: first sentence states purpose, second sentence gives usage guidance, then a critical behavioral instruction. No word is wasted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and no output schema. The description covers purpose, when to use, and the crucial instruction about the URL. It mentions 'plain-English summary plus links' but does not detail the full return structure. However, the instruction about the first line provides some structure, making it fairly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already describes the 'query' parameter well. The description repeats the same information (section number or topic) without adding new meaning beyond what the schema provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool looks up California Davis-Stirling Civil Code or Corporations Code sections and returns a plain-English summary and links. It distinguishes from sibling tools like check_fine_legality or search_hoa_knowledge by specifying the scope (statute lookup by section number or topic).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use this tool: when the user mentions a specific section number (e.g., §5855) or asks 'what does Civil Code X say'. It provides format examples. It does not explicitly mention when not to use, but the sibling tools have different purposes, so the guidance is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct aspect of California HOA law (fines, board obligations, templates, homeowner rights, statutes, general search). The detailed descriptions eliminate ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., get_board_obligations, lookup_hoa_statute), making the set predictable and easy to navigate.

Tool Count5/5

Six tools is an appropriate number for the domain, covering key areas without being too sparse or overwhelming. Each tool serves a clear purpose.

Completeness4/5

The set covers major aspects of California HOA law (fines, board duties, homeowner rights, statutes, templates, general search). Some common scenarios (e.g., specific dispute types) rely on the general search fallback, but the overall coverage is strong.

Resources