Skip to main content
Glama
BACH-AI-Tools

GST Insights API MCP Server

get_address_using_gst

Retrieve the registered business address for any valid GST number. Get address details directly from the GST system.

Instructions

Endpoint: /getAddressUsingGST/:gst Method: GET Description: Retrieves the address associated with the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns the address associated with the GST number along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. GET /getAddressUsingGST/22ABCDE1234F1Z5

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
GSTNumberYesExample value: 27AABCI6363G3ZH
Behavior4/5

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

No annotations are provided, so the description carries the burden. It specifies the HTTP method (GET), response codes (200, 400, 500), and implies read-only behavior. It could mention idempotency or lack of side effects, but it is still fairly transparent.

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 structured with endpoint, method, description, parameters, responses, and an example. It is informative but slightly verbose; could be more concise, but still well-organized.

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?

For a simple tool with one parameter and no output schema, the description is complete. It covers input validation, response shapes (200 returns address, errors), and provides an example. No additional context needed.

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

Parameters5/5

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

The description adds meaning beyond the schema: it states the requirement for a 15-character valid GST number, while the schema only provides an example. This helps the agent understand validation constraints.

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?

The description clearly states 'Retrieves the address associated with the provided GST number', which is a specific verb+resource combination. It is distinct from sibling tools like get_gst_details_using_gst_number which likely returns other details.

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 does not provide guidance on when to use this tool versus alternatives such as get_gst_details_using_gst_number. There is no explicit 'when to use' or 'when not to use' context.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-gst-insights-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server