Skip to main content
Glama

eRegulations MCP Server

by unctad-ai

getProcedureStep

Retrieve specific step details from a procedure using procedure and step IDs. Enables AI systems to access structured eRegulations data for accurate administrative procedure queries.

Input Schema

NameRequiredDescriptionDefault
procedureIdYesID of the procedure
stepIdYesID of the step within the procedure

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "procedureId": { "description": "ID of the procedure", "type": "number" }, "stepId": { "description": "ID of the step within the procedure", "type": "number" } }, "required": [ "procedureId", "stepId" ], "type": "object" }

Other Tools from eRegulations MCP Server

Related Tools

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/unctad-ai/eregulations-mcp-server'

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