lookup_tin
Retrieve company or person names from Georgian tax identification numbers using the RS.ge system. Enter a 9-11 digit TIN to get corresponding entity information.
Instructions
Look up a company or person name from their TIN (Tax Identification Number) in the RS.ge system.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tin | Yes | Tax identification number (TIN) - 9 to 11 digits |
Input Schema (JSON Schema)
{
"properties": {
"tin": {
"description": "Tax identification number (TIN) - 9 to 11 digits",
"maxLength": 11,
"minLength": 9,
"type": "string"
}
},
"required": [
"tin"
],
"type": "object"
}