Skip to main content
Glama

Agent Jobs MCP Server

get_jobs_stats

Retrieve aggregated statistics for agent jobs to monitor and analyze performance. Filter by organization, time range, job type, channel, tags, or status for efficient dashboard integration.

Instructions

Get aggregated statistics for agent jobs without retrieving individual job data. Optimized for dashboards and monitoring with minimal network overhead.

Input Schema

NameRequiredDescriptionDefault
channel_codeNoChannel filter
created_at_gteNoFilter for jobs created at or after a specific time (ISO 8601).
created_at_lteNoFilter for jobs created at or before a specific time (ISO 8601).
job_type_idNoJob type filter
org_idNoFilter by organization ID.
scheduled_at_gteNoStart of period (ISO 8601)
scheduled_at_lteNoEnd of period (ISO 8601)
statusNoStatus filter
tagsNoTags filter (comma-separated)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel_code": { "description": "Channel filter", "type": "string" }, "created_at_gte": { "$ref": "#/properties/scheduled_at_gte", "description": "Filter for jobs created at or after a specific time (ISO 8601)." }, "created_at_lte": { "$ref": "#/properties/scheduled_at_gte", "description": "Filter for jobs created at or before a specific time (ISO 8601)." }, "job_type_id": { "description": "Job type filter", "type": "string" }, "org_id": { "description": "Filter by organization ID.", "type": "string" }, "scheduled_at_gte": { "description": "Start of period (ISO 8601)", "type": "string" }, "scheduled_at_lte": { "$ref": "#/properties/scheduled_at_gte", "description": "End of period (ISO 8601)" }, "status": { "description": "Status filter", "enum": [ "waiting", "scheduled", "running", "completed", "failed", "canceled" ], "type": "string" }, "tags": { "description": "Tags filter (comma-separated)", "type": "string" } }, "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