Skip to main content
Glama

چیستارا — Iranian Legal Corpus

مهلت‌های دادرسی — Look up procedural deadlines

lookup_procedure
Read-onlyIdempotent

Look up Iranian procedural deadlines (مهلت تجدیدنظر، واخواهی، اعتراض ثالث، اجرای حکم…) with the governing law and article, by case type. Use when the user asks how long they have for a procedural step. Deadlines differ by case type — never answer from memory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_typeYesCase type, in Persian.
procedure_nameNoOptional procedure key (e.g. tajdid_nazar_madani, faryad_khahi); omit to list all procedures for the case type.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare this read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds useful context that deadlines differ by case type and that the agent must never answer from memory, which informs expected behavior beyond 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?

Three sentences with no filler: purpose and examples, explicit when-to-use, and a critical caution about not answering from memory. The most decision-relevant information is front-loaded.

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 simple read-only lookup with full schema documentation and no output schema, the description is sufficient: it states inputs, outputs, and usage context. It could add a note about returning a list of all procedures when procedure_name is omitted, but the schema already conveys this.

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%, and the schema already documents both parameters, including enum values, the optional procedure_name, and the behavior when omitted. The description adds context like 'by case type' and example procedure names, but this does not substantially go beyond the structured schema.

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 names a specific action ('Look up Iranian procedural deadlines') with concrete examples (مهلت تجدیدنظر، واخواهی) and states the output includes governing law and article. It is clearly distinct from sibling calculators and article lookups, though it does not explicitly name a differentiating sibling like lookup_statute_of_limitations.

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 says 'Use when the user asks how long they have for a procedural step,' giving clear invocation guidance. It does not explicitly say when not to use it or mention alternatives, but the condition is sufficiently specific for an agent to route correctly.

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