get_data
Retrieve specific data from the Ucode Items API by providing a resource ID, enabling streamlined access to targeted information with Postman MCP Generator integration.
Instructions
Get data from the Ucode Items API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the resource to retrieve. |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the resource to retrieve.",
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
}