Skip to main content
Glama

Download BlueDart Pincode Master

bluedart_download_pincode_master
Read-onlyIdempotent

Download serviceable pincode master data for BlueDart shipping. Use last_sync_date to get incremental updates and reduce data transfer.

Instructions

Download serviceable pincode master data via POST /masterdownload/v1/DownloadPinCodeMaster. Pass last_sync_date to get only changes since that date. The response can be very large; consider syncing incrementally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
last_sync_dateYesOnly return pincode records modified after this date. ISO-8601 or '/Date(<ms>)/'. Use the epoch '1970-01-01T00:00:00Z' for a full dump.
Behavior4/5

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

Annotations already mark it as read-only, idempotent, and non-destructive. Description adds the endpoint URL, explains last_sync_date behavior, and cautions about large response size, providing helpful context beyond annotations.

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

Conciseness5/5

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

Two sentences, concise and to the point. First sentence states the action and endpoint; second sentence adds key usage detail. No extraneous information.

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?

Covers purpose, usage, parameter behavior, and performance note. No output schema, but warning about large response partially compensates. Could mention return format, but not essential for tool selection.

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?

Parameter is fully defined in schema. Description adds interpretation: last_sync_date filters changes, and suggests using epoch for full dump. Adds practical guidance beyond the schema description.

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?

Clearly states it downloads serviceable pincode master data, specifying the HTTP method and endpoint URI. Distinct from sibling tools that handle different operations like cancellation or tracking.

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?

Provides clear usage context: pass last_sync_date for incremental changes, and warns about large responses suggesting incremental sync. Does not explicitly state when not to use, but sibling tool names imply distinct purposes.

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/nidhiyashwanth/bluedart-mcp-server'

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