Skip to main content
Glama

RS.ge Waybill MCP Server

get_waybills

Retrieve waybills from RS.ge within specified date ranges, with optional filtering by buyer tax identification number for targeted document access.

Instructions

Get waybills from RS.ge for a specific date range. Returns all waybills created within the specified dates. Can optionally filter by buyer TIN.

Input Schema

NameRequiredDescriptionDefault
buyer_tinNoOptional: Filter by buyer TIN (tax identification number)
end_dateYesEnd date in YYYY-MM-DD format (e.g., "2025-10-20")
start_dateYesStart date in YYYY-MM-DD format (e.g., "2025-10-17")

Input Schema (JSON Schema)

{ "properties": { "buyer_tin": { "description": "Optional: Filter by buyer TIN (tax identification number)", "type": "string" }, "end_date": { "description": "End date in YYYY-MM-DD format (e.g., \"2025-10-20\")", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "start_date": { "description": "Start date in YYYY-MM-DD format (e.g., \"2025-10-17\")", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" }

Other Tools from RS.ge Waybill 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/BorisSolomonia/MCPWaybill'

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