routine_get
Retrieve detailed information about a specific Edge Routine (ER) by providing its name using the ESA MCP Server. Enables precise management and communication with ESA services.
Instructions
Get a the details of a Edge Routine (ER).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The name of the routine to get details for |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "The name of the routine to get details for",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}