Skip to main content
Glama

Indian Legal MCP

indian_legal_mcp_get_full_act

Get an entire Act, in full, returned in paginated chunks (50 sections/page). Use only when genuinely needing the whole Act. If a page beyond the total pages is requested, it gracefully returns empty sections with a note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to fetch. Default is 1.
act_codeYese.g. 'BNS'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden and does so well: it discloses the pagination scheme (50 sections/page) and the graceful empty-sections-with-note behavior for out-of-range pages, which an agent could not infer otherwise. It omits auth/permission requirements and whether the call is read-only, but 'Get' strongly implies a read.

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?

Three compact sentences, front-loaded with the core action and return shape before the usage caveat. No filler, though the edge-case sentence could be tightened slightly.

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?

With no output schema or annotations, the description supplies the essentials: return granularity, pagination size, and out-of-range behavior. It is sufficient for correct invocation, with only minor gaps around permissions and total-page discovery.

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?

Schema coverage is 100%, setting a baseline of 3, but the description adds real meaning to the `page` parameter by stating the page size (50 sections) and what happens when a page exceeds the total. That is useful semantic context beyond the schema's 'page number to fetch.'

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

Purpose5/5

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

States a specific verb (Get) and resource (entire Act) with an explicit scope ('in full'), which cleanly separates it from siblings like get_section, get_chapter, and get_section_range. An agent can tell exactly what this returns without opening the schema.

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?

Gives a clear negative condition: 'Use only when genuinely needing the whole Act,' implicitly routing to the more granular sibling tools. It does not name those alternatives explicitly, but the when-not guidance is unambiguous.

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.