Skip to main content
Glama
rehan1020

mcp-india-stack

by rehan1020

validate_fssai

Read-onlyIdempotent

Check a 14-digit FSSAI license number format and verify food business operator details. Decodes state, license type, and year from the number to support compliance checks.

Instructions

Validate FSSAI (Food Safety) license number format and decode details.

Use when verifying food business operator licenses in compliance checks.

Args: license_number: 14-digit FSSAI license. Spaces/hyphens stripped.

Returns: Standard envelope with validation, state, license type, year decoded.

Notes: The 14-digit format encodes: state(2) + year(2) + type(1) + sequence(9). Type: 1=Central, 2=State, 3=State (turnover-based).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
license_numberYes14-digit FSSAI license (spaces/hyphens allowed). Ex: 10019000000001

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changedv0.5.0
    • removedInput schema / additionalProperties
      Removed value: -false
    • addedInput schema / properties / license_number / title
      Added value: +"License Number"
    • addedInput schema / title
      Added value: +"validate_fssaiArguments"
    • addedOutput schema / title
      Added value: +"validate_fssaiDictOutput"
  2. First observedv0.3.0

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses that spaces/hyphens are stripped, what the 14-digit format encodes, and that the return values include validation, state, license type, and year. This adds meaningful behavioral detail beyond annotations, which already indicate a read-only, idempotent operation.

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 compact and organized with clear sections (Usage, Args, Returns, Notes). Each section contributes useful context, though the Args block is somewhat redundant with the schema. Overall it is appropriately sized and front-loaded.

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?

The tool takes a single parameter, the safety profile is captured by annotations, and the decode logic and output fields are described. With an output schema already present, there are no significant gaps left unanswered.

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?

The schema already covers the parameter at 100% with details about the 14-digit format and spaces/hyphens allowed. The description's Args section largely restates the same information, so it adds no new parameter-level meaning. Baseline 3 is appropriate since the schema does the heavy lifting.

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?

Description clearly states the tool's specific verb 'Validate' and resource 'FSSAI (Food Safety) license number format', and additionally says it 'decodes details.' This differentiates it from sibling validation tools by naming the exact license type and domain.

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 verifying food business operator licenses in compliance checks' explicitly identifies the triggering context. It doesn't mention when not to use it or point to alternatives, but for a single-purpose validator that context is sufficient.

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

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/rehan1020/MCP-India-Stack'

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