Skip to main content
Glama
rehan1020

mcp-india-stack

by rehan1020

lookup_evidence_act_section

Read-onlyIdempotent

Retrieve the title and description of an Indian Evidence Act section by number. Not legal advice; consult an advocate.

Instructions

Look up an Indian Evidence Act section detail.

Use when you need the title and description of a section in the Indian Evidence Act.

Args: section: Indian Evidence Act section number.

Returns: Standard envelope with section details.

Notes: Not legal advice. Consult a qualified advocate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesIndian Evidence Act section number to lookup

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.6.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint and openWorldHint=false, so the safety profile is covered. The description adds a legal disclaimer ('Not legal advice') and mentions a 'standard envelope' return, but says nothing about auth, rate limits, or what happens for an invalid section number.

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 Args/Returns/Notes structure is front-loaded and easy to scan, with no redundancy. The boilerplate 'Returns: Standard envelope with section details' is slightly wasted given an output schema exists.

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

Completeness5/5

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

With an output schema present, annotations covering the safety profile, and a single fully documented parameter, the description supplies everything an agent needs to call this correctly. The only real gap, sibling disambiguation, is minor.

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% for the single 'section' parameter, so the baseline is 3. The description merely restates that it is an 'Indian Evidence Act section number' without adding accepted format or syntax (e.g., '5' vs 'Section 5').

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 states a specific verb ('look up') and resource ('Indian Evidence Act section detail'), so the agent knows exactly what it retrieves. It does not, however, differentiate from lookup_bsa_section, the successor statute (Bharatiya Sakshya Adhiniyam), which is a real source of confusion given the sibling list.

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?

'Use when you need the title and description of a section in the Indian Evidence Act' gives clear triggering context. No exclusions or explicit alternative routing are offered, so it falls short of the 5-level 'when-not' guidance.

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

Deploy Server

Other Tools