get_manual_info
Retrieve detailed information about specific robot manuals using their file ID to access technical documentation and operational guides.
Instructions
Get information about a specific manual by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileId | Yes | The ID of the manual file |
Input Schema (JSON Schema)
{
"properties": {
"fileId": {
"description": "The ID of the manual file",
"type": "string"
}
},
"required": [
"fileId"
],
"type": "object"
}