indian_legal_mcp_list_acts
List all available Acts in the database, with metadata and descriptions. Use this to see which legal codes are supported or find short codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List all available Acts in the database, with metadata and descriptions. Use this to see which legal codes are supported or find short codes.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses that results include metadata and descriptions and implicitly that this is a read-only enumeration, but says nothing about result volume, ordering, or pagination for what may be a large list. For a zero-parameter read tool this is acceptable but thin.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences, front-loaded with the action and resource, followed immediately by the use case. No filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description adequately covers what the tool returns (Act metadata and descriptions) and why to call it. Given the simplicity of a zero-param listing tool, only finer return-shape detail is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes no parameters, so the baseline is 4. There is no parameter syntax for the description to add, and it correctly avoids claiming any inputs such as filters that the schema does not support.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource ('List all available Acts in the database') and adds return content ('with metadata and descriptions'). It is distinguishable from the singular get_act_info/get_full_act siblings by being a discovery-level listing, though it does not explicitly name or contrast with them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives clear conditions for use: 'to see which legal codes are supported or find short codes,' which frames it as a discovery entry point before drilling into sections. It does not explicitly name alternatives (e.g. use get_act_info for a specific Act), so it stops short of full when/when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.