Skip to main content
Glama

Agent Jobs MCP Server

create_job

Create a new Agent Job by defining job type, target communication platform, and optional parameters for execution within the Agent Jobs MCP Server system.

Instructions

Create a new Agent Job with the minimal set of fields.

Input Schema

NameRequiredDescriptionDefault
job_type_idYesID of the job type (e.g. "mood-monitor")
paramsNoFree‑form params passed to the agent
scheduled_atNoSchedule the job to run later
target_channelYesWhere the agent will communicate.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "job_type_id": { "description": "ID of the job type (e.g. \"mood-monitor\")", "type": "string" }, "params": { "additionalProperties": {}, "description": "Free‑form params passed to the agent", "type": "object" }, "scheduled_at": { "description": "Schedule the job to run later", "type": "string" }, "target_channel": { "additionalProperties": false, "description": "Where the agent will communicate.", "properties": { "code": { "description": "Channel identifier, phone number, or user ID.", "type": "string" }, "org_id": { "description": "Org ID – defaults to config.DEFAULT_ORG_ID", "type": "string" }, "platform": { "description": "Destination platform.", "enum": [ "whatsapp", "slack", "web" ], "type": "string" } }, "required": [ "platform", "code" ], "type": "object" } }, "required": [ "job_type_id", "target_channel" ], "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