Skip to main content
Glama

CaseMagic — Court Case Monitor

Get what changed since last time

get_case_updates
Read-onlyIdempotent

Return what is new in the user's connected cases: docket entries and CaseMail correspondence added since a given time. Use for "what changed", "what happened this week", "anything new since Friday", or "what changed across all my cases today" — for a relative period, work out the date yourself and pass it as since. With no matter_id, an account holding several cases gets a digest naming which of them moved, and an account holding one gets that one. Each entry carries the court's own wording, which is what you should read and explain when the user asks what a filing or order means.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many items to return. Defaults to 50.
sinceNoAn ISO-8601 timestamp. Everything added after it is returned. Omit it to get the most recent activity rather than the whole docket.
matter_idNoThe CaseMagic matter id, as returned by create_case_passport or shown in an earlier result. Omit it when the account follows exactly one case and that is the one meant.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description discloses the multi-case digest behavior when matter_id is absent and explains that each entry carries the court's own wording to read and explain. These are meaningful behavioral traits not present in the 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 compact and front-loaded: the first sentence defines the core function, followed by usage examples, parameter-specific behavior, and result interpretation. Every sentence earns its place with no repetition or filler.

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?

For a read-only tool with three optional parameters and no output schema, the description covers the key usage scenarios, digest behavior, and return-value interpretation ('court's own wording'). It does not describe pagination or sorting, but the schema covers limit, and the description is sufficiently complete for correct invocation.

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

Parameters4/5

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

Even though schema coverage is 100%, the description adds practical semantics for `since` ('work out the date yourself') and `matter_id` (digest behavior for accounts with multiple vs. one case), which enriches the schema's dry parameter definitions.

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 states a specific verb and resource: 'Return what is new in the user's connected cases' specifying docket entries and CaseMail since a given time. It clearly differentiates from siblings like get_recent_case_activity by emphasizing cross-case digests and the 'since' time filter.

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 provides concrete example queries ('what changed', 'what happened this week') and instructs how to handle relative periods by computing the date and passing `since`. It clarifies behavior when matter_id is omitted, giving clear context for use, though it does not explicitly name alternative tools or exclusions.

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.

Resources