Loxo MCP Server
by tbensonwest
get-job
Get detailed information about a specific job
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Job ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Job ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}