getShotData
Retrieve detailed espresso shot data by ID from Gaggiuino MCP Server, enabling analysis and insights directly from the machine controller.
Instructions
Get espresso shot data for an id.
Args:
id: Shot id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "getShotDataArguments",
"type": "object"
}