Skip to main content
Glama

Agent Jobs MCP Server

get_job_type

Retrieve agent job type details by providing its unique ID and organization ID. Enables precise querying of asynchronous job types within the Agent Jobs system.

Instructions

Retrieves an agent job type by its ID.

Input Schema

NameRequiredDescriptionDefault
job_type_idYesThe unique identifier of the job type you want to retrieve. Example: 'mood-monitor'.
org_idNoThe organization ID. Example: 'aiconnect'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "job_type_id": { "description": "The unique identifier of the job type you want to retrieve. Example: 'mood-monitor'.", "type": "string" }, "org_id": { "description": "The organization ID. Example: 'aiconnect'.", "type": "string" } }, "required": [ "job_type_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