Skip to main content
Glama

roop.public.judgments.search

Search public Indian judgment and appellate tribunal metadata plus public snippets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courtNoOptional public court or tribunal code such as SC, DELHC, or NCLAT.
limitNo
queryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / court / description
      Added value: +"Optional public court or tribunal code such as SC, DELHC, or NCLAT."
  2. First observed

TDQS

C2.6/5.0
Behavior2/5

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

The description reveals that it returns metadata and public snippets, but lacks disclosure of other behavioral traits such as pagination, rate limiting, or authentication requirements. Since no annotations are present, the description carries the full burden, which it only partially fulfills.

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 a single sentence of 14 words, which is very concise. It gets straight to the point. However, it lacks structure or bullet points that might aid readability, but overall it is efficiently written.

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

Completeness2/5

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

The description is too brief given the lack of annotations and output schema. It does not explain what constitutes 'metadata' or 'public snippets', nor how the search logic works (e.g., full-text, exact match). It lacks necessary context for an AI agent to confidently select and invoke the tool.

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

Parameters1/5

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

The description does not provide any additional meaning for the parameters. Only the 'court' parameter has a description in the schema, while 'query' and 'limit' are undocumented. The description itself does not mention or elaborate on any parameters, leaving a significant gap.

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 action 'search' and the specific resource 'public Indian judgment and appellate tribunal metadata plus public snippets'. It effectively conveys what the tool does, though it does not explicitly differentiate from sibling tools like get_packet or statutes.search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage context is provided. The description does not indicate when to use this search tool versus the sibling tools. There is no guidance on prerequisites, typical use cases, or when not to use it.

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.