Skip to main content
Glama

Search filing rules

search_filing_rules
Read-only

Search extracted court filing rules from active source documents. Use this for state and federal e-filing requirements, service and proof of service, filing timing, fees, courtesy copies, rejection or cure windows, and judge or courtroom preferences. Returns structured summaries with source provenance by default. Omitted structured fields are not stated in the source quote; do not infer defaults or negative values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch terms that must appear in the summary, source text, tags, or structured data, such as "rejected cure" or "courtesy copies".
limitNoMaximum results to return. Default: 100, max: 500.
case_typeNoFilter by case type. General rules and rules without a case-type limit are included.
judge_slugNoJudge, calendar, department, or courtroom slug. Use "court" for court-level rules.
logic_typeNoFilter by rule type, such as "ElectronicFilingRule", "FilingTimingRule", "ServiceRule", "FilingFeeRule", or "CourtesyCopyRule".
district_idNoCourt identifier (e.g., "il-cook-circuit", "ca-los-angeles-superior")
workflow_phaseNoFilter by workflow phase, such as "FILING" or "MOTION_PRACTICE".
include_court_rulesNoWhen judge_slug is supplied, also include court-level rules where judge_slug is "court". Default: true.
include_raw_contentNoInclude the full validated ExtractedRuleContentV3 object. Default: false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond the readOnlyHint and openWorldHint annotations: it states that results are structured summaries with source provenance and that omitted fields should not be interpreted as defaults or negatives. This is especially important without an output schema and directly supplements the openWorldHint=false annotation.

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: it opens with the core action, then lists use cases, then closes with an essential interpretation caveat. Every sentence earns its place, and no filler is present.

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?

Given the 9-parameter schema, no output schema, and the need to guide an agent, the description is largely complete: it defines the domain, the use cases, the return shape, and the interpretation caveat. It could be slightly stronger with an explicit note about pagination or the 'active source documents' distinction, but the schema and description together cover nearly everything needed.

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 schema documentation already carries the burden for parameter meaning. The description does not add parameter-specific semantics, but it does not need to; the schema descriptions for q, limit, case_type, judge_slug, and the other filters are already detailed.

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

Purpose4/5

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

The description clearly states the verb (search), the resource (extracted court filing rules from active source documents), and a specific list of topics covered. It does not explicitly call out sibling tools like get_judge_rules, so differentiation is implicit rather than explicit.

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 gives strong context for when to use the tool with a detailed list of use cases: e-filing requirements, service, timing, fees, courtesy copies, rejection windows, and judge preferences. It does not mention alternatives or exclusions, so there is no explicit when-not-to-use guidance.

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