Skip to main content
Glama

Agent Jobs MCP Server

get_job_type

Retrieve agent job type details using its unique identifier, enabling efficient management and querying of asynchronous jobs within the AI Connect platform.

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" }

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