Skip to main content
Glama

Agent Jobs MCP Server

get_job

Retrieve detailed information about a specific agent job using its unique ID, enabling effective management and monitoring within the Agent Jobs MCP Server.

Instructions

Retrieves an agent job by its ID.

Input Schema

NameRequiredDescriptionDefault
job_idYesThe unique identifier of the job you want to retrieve. Example: 'job-12345'.
org_idNoThe organization ID. Example: 'aiconnect'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "job_id": { "description": "The unique identifier of the job you want to retrieve. Example: 'job-12345'.", "type": "string" }, "org_id": { "description": "The organization ID. Example: 'aiconnect'.", "type": "string" } }, "required": [ "job_id" ], "type": "object" }
Install Server

Other Tools from Agent Jobs MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiconnect-cloud/agentjobs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server