Skip to main content
Glama

California Court Deadlines

California discovery response deadline

california_discovery_response_deadline
Read-only

Compute when responses to California written discovery are due: interrogatories, requests for production, or requests for admission. Takes the date the discovery was served and how it was served, applies the section 1013 extension for that method (or the section 1010.6 extension for electronic service made before January 1, 2027, which AB 540 removes for service on or after that date), and rolls the result off weekends and judicial holidays under section 12a.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
served_dateYesThe date the discovery was served on you.
discovery_typeYesWhich set. rogs = interrogatories; rfp = requests for production; rfa = requests for admission
service_methodYesHow the discovery was served on you. This is what the section 1013 and 1010.6 extensions key to. Electronic service made on or after January 1, 2027 adds nothing.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description aligns with that by describing a pure computation. The description adds valuable behavioral context beyond the schema: it discloses the legal rules applied (section 1013, 1010.6, AB 540, 12a), the date-rollover behavior (weekends and judicial holidays), and the critical temporal cutoff for electronic service. This is exactly the kind of non-obvious behavior an agent needs to know.

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?

A single, dense sentence that front-loads the core purpose and then packs in the legal nuance without waste. Every clause earns its place: the discovery types, the service-method dependency, the AB 540 exception, and the holiday rollover are all covered in one efficient sentence.

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 pure computation tool with 100% schema coverage and readOnlyHint=true, the description is nearly complete. It covers the legal basis, the key exceptions, and the output behavior (rolling to the next business day). It doesn't explicitly state the output format (e.g., a date string), but with no output schema and a clear computation described, an agent can infer the result is a date. Minor gap: it doesn't mention that the result is a date, but this is easily inferred.

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?

Schema coverage is 100%, so the schema already documents all three parameters. The description adds meaningful context by explaining that service_method is what the extensions 'key to' and by clarifying the electronic service date cutoff. It also explains the served_date semantics ('the date the discovery was served on you'). This goes beyond the schema's terse descriptions.

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 ('Compute'), a precise resource ('responses to California written discovery'), and enumerates the three discovery types covered. It also distinguishes itself from sibling tools by naming the exact legal sections applied (1013, 1010.6, AB 540, 12a), making its scope unmistakable.

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 clearly explains what inputs are needed (served date and service method) and how the computation works, including the key distinction for electronic service before/after January 1, 2027. It doesn't explicitly say when NOT to use this tool versus siblings, but the specificity of 'written discovery responses' and the sibling names (motion deadlines, response to complaint, etc.) make the intended use case 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.

Resources