Skip to main content
Glama

Server Details

Public Indian legal search MCP for Roop judgments, statutes, and corpus grounding.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Roop-World/LegalSearch
GitHub Stars
1

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsC

Average 2.7/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct document type (judgments, statutes, corpus) and action (search, get_packet, status). No overlap in functionality.

Naming Consistency5/5

All tools follow the pattern 'roop.public.<document_type>.<action>' with consistent lowercase dot-separated names.

Tool Count5/5

Five tools is well-scoped for a legal search domain, covering search and retrieval for two document types plus a status check.

Completeness4/5

The set covers search and retrieval for judgments and statutes, which is sufficient for basic legal research. Missing operations like listing or browsing are not critical but could be beneficial.

Available Tools

5 tools
roop.public.corpus.statusBInspect

Report the public corpus surfaces exposed through this DMZ MCP.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations provided, the description carries full burden. It states the tool 'reports' which implies read-only, but does not disclose potential side effects, authentication needs, or rate limits, leaving behavioral traits unclear.

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, short sentence that directly states the tool's purpose. It is concise and front-loaded, though it lacks any structural elements like bullet points or sections.

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?

Given the tool's simplicity (no parameters, no output schema), the description is partially complete. However, it fails to describe the return value or format, which is crucial for a reporting tool.

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?

The input schema has zero parameters, so schema description coverage is 100%. The description does not need to explain parameters, and it does not, which is appropriate for this case.

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 specifies the verb 'Report' and the resource 'public corpus surfaces', clearly indicating the tool's function. However, the term 'surfaces' is somewhat vague and might confuse some agents.

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 guidance is provided on when to use this tool versus its siblings (e.g., roop.public.judgments.search). The description does not mention any prerequisites or context for invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

roop.public.judgments.get_packetCInspect

Fetch a bounded public judgment or appellate tribunal packet by ROOP judgment id.

ParametersJSON Schema
NameRequiredDescriptionDefault
roop_idYes
Behavior2/5

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

With no annotations, the description must disclose important behaviors. It only says 'Fetch' (implying read-only) but provides no details on authorization, rate limits, or the meaning of 'bounded packet'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence and concise, but it omits important details that could be included without sacrificing brevity, such as parameter format or return type.

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?

For a simple tool, the description is incomplete: it does not explain what a 'packet' contains, expected output, or error conditions. The lack of output schema increases the need for description completeness.

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

Parameters2/5

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

Schema coverage is 0%, so the description should clarify the parameter. It mentions 'by ROOP judgment id' but does not specify format, constraints, or examples, adding minimal value beyond the parameter name.

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 uses a specific verb ('Fetch') and identifies the resource ('bounded public judgment or appellate tribunal packet'), clearly distinguishing it from sibling search tools. However, the term 'bounded' is not explained, slightly reducing clarity.

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 guidance is given on when to use this tool versus alternatives (e.g., search tools). The description only states what it does without providing selection criteria or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

roop.public.judgments.searchCInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
courtNoOptional public court or tribunal code such as SC, DELHC, or NCLAT.
limitNo
queryYes
Behavior2/5

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

No annotations provided, so the description carries full burden. It labels the tool as 'public' implying read-only and no auth, but does not explicitly state behavior (e.g., no side effects). It omits rate limits, result handling, or response format. The description adds minimal behavioral context beyond the obvious search action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, concise and front-loaded. However, it omits necessary details (e.g., parameters, behavior) that would make it earn its place. It is not overly verbose but incomplete.

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?

With 3 parameters, no output schema, and no annotations, the description is too brief. It does not specify return values, pagination, or search behavior. The tool's complexity is not matched by the description's completeness.

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

Parameters2/5

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

Schema description coverage is 33% (only 'court' has a description). The tool description does not explain any parameters beyond the schema. It mentions 'metadata plus public snippets' which hints at output but does not clarify 'query' or 'limit.' The description fails to compensate for low schema coverage.

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 it searches 'public Indian judgment and appellate tribunal metadata plus public snippets.' The verb 'Search' and resource are specific. It distinguishes from siblings like 'get_packet' (retrieval) and 'statutes.search' (different domain). However, it could be more precise about what 'metadata plus public snippets' includes.

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 guidance on when to use this tool versus alternatives. The description does not mention prerequisites, exclusions, or contrast with sibling tools such as 'get_packet' for full documents. The agent receives no hints about appropriate contexts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

roop.public.statutes.get_packetCInspect

Fetch a bounded public statute packet using the public statutes search surface.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It only says it uses a search surface, but doesn't explain side effects, data freshness, rate limits, or authentication needs. The term 'bounded' hints at constraints but is vague.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise, but contains ambiguous terms ('bounded', 'search surface') that reduce clarity. It could be improved with more specific language without adding length.

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?

Given the lack of output schema and sparse description, the agent has insufficient context to understand exactly what is returned. Simple tools still need to describe return format or behavior.

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?

Schema description coverage is 0%, so the description must compensate for missing parameter explanations. It does not describe 'query' or 'limit' beyond their types. The agent receives no help understanding what values are valid or how they affect the operation.

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 ('Fetch') and the resource ('a bounded public statute packet'). The phrase 'using the public statutes search surface' suggests the mechanism, which helps differentiate from sibling tools like search or status. However, 'bounded' is ambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives like roop.public.statutes.search. It does not state prerequisites, when not to use it, or mention related operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

roop.public.statutes.searchCInspect

Search public statutes and subordinate legislation metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
doc_kindNo
state_codeNo
instrumentTypeNoCamel-case alias for instrument_type.
instrument_typeNoOptional instrument type filter such as rules, regulations, notification, order, circular, or form.
jurisdiction_scopeNo
Behavior2/5

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

With no annotations, the description minimally implies a read-only search operation. However, it does not disclose behavioral traits like output format, pagination (despite 'limit' parameter with max 20), or any limitations.

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 single-sentence description is concise and front-loaded, but could be more informative without sacrificing brevity.

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?

Given 7 parameters (1 required), no output schema, and no annotations, the description is insufficient. It lacks details on return values, how to use optional filters, and behavioral constraints.

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

Parameters2/5

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

Schema description coverage is only 29% (only instrumentType and instrument_type have descriptions). The description adds no parameter details, leaving agents to infer meanings from enum values and names alone.

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' and the resource 'public statutes and subordinate legislation metadata.' It distinguishes from siblings like 'roop.public.statutes.get_packet' but does not explicitly differentiate from similar search tools (e.g., 'roop.public.judgments.search') by resource type.

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 guidance is provided on when to use this tool, prerequisites, or alternatives. The description lacks context for usage decisions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.