Skip to main content
Glama

get_notes_of_decisions

Retrieves annotated notes of decisions for a legal provision, showing court applications with citing sentences, subsection pinpoints, and treatment signals, grouped and ranked for research.

Instructions

Annotated "Notes of Decisions" for a statute, court rule, constitutional provision, or admin-code section: every citing opinion with its citing sentences (verbatim, with ¶ pinpoints), the SUBSECTION each mention cites, and depth-of-treatment signals — a research view of how courts have applied the provision, grouped and ranked (vs find_opinions_construing's bare list).

Per citing opinion: mentions (in-text occurrence count), construes (interpretive vocabulary near a mention — heuristic), quotes_provision (reproduces ≥8 consecutive words of the provision's text), subsections_cited (parsed pinpoints, oracle-validated against the provision's structured subsection index where available), the opinion's own cited-by count, and the provision VERSION in force when it was filed. The header aggregates a per-subsection citation outline and the provision's amendment timeline, so notes can be read against text changes.

Signals are heuristic and NON-authoritative — read the returned context (and the full opinion) before relying on any of them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries returned per call (default 20, max 100).
orderNo"weight" (construes > quotes > mentions > cited-by > recency), "recency", or "depth" (mention count).weight
offsetNoPagination offset into the ordered entry list.
date_toNoOptional ISO date — only opinions filed on/before.
authorityYese.g. "N.D.C.C. § 14-09-06.2", "N.D.R.Civ.P. 56", "N.D. Const. art. I, § 8", "N.D.A.C. § 75-02-04.1-02".
date_fromNoOptional ISO date — only opinions filed on/after.
scan_limitNoMax (most-recent) citing opinions scanned (default 300); aggregates cover the scanned set.
subsectionNoOptional pinpoint filter, e.g. "(1)(j)" — only opinions whose mentions cite that subsection (or a child of it).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full burden, and it delivers: it discloses that signals are heuristic and non-authoritative, tells the user to read the returned context and full opinion before relying on them, explains subsection parsing validity, and notes which provision version was in force. This is unusually transparent about output trustworthiness and limitations.

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

Conciseness4/5

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

The description is long, but the length is earned: it front-loads the purpose, follows with per-opinion field definitions, and ends with an important reliability caveat. It is somewhat dense, but every paragraph carries substantive, non-redundant information.

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

Completeness5/5

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

Given the tool's complexity — 8 parameters, rich output, no annotations — the description covers the essential behavioral and output semantics thoroughly: grouping, ranking, per-opinion fields, subsection validation, version context, and heuristic limitations. The output schema exists, so detailed return-structure documentation is not required here.

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 description coverage is 100%, so the parameter documentation already handles most meaning. The description adds contextual value around concepts like subsection pinpoints and ranking signals, but it does not substantially expand on the parameter semantics beyond the schema. 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?

States a specific resource (statutes, rules, constitutional provisions, admin-code sections) and a specific deliverable: annotated notes of decisions with citing sentences, subsections, and depth-of-treatment signals. It also distinguishes itself from find_opinions_construing's 'bare list,' so an agent can tell them apart immediately.

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?

Gives clear context that this is the richer, grouped-and-ranked research view, and explicitly names find_opinions_construing as the sparser alternative. It does not state hard when-not-to-use conditions, but the alternative is clear enough for an agent to make a reasonable selection.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jet52/ndlaw'

If you have feedback or need assistance with the MCP directory API, please join our Discord server