KosmoKrator

productivity

Accelo MCP, CLI, and Lua Integration for AI Agents

Accelo integration docs for AI agents: MCP gateway setup, Accelo CLI commands, Lua API reference, credentials, and function schemas.

Accelo for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
accelo.accelo_list_tickets Read read 3 List support issues, also known as tickets, in Accelo. Returns a paginated list optionally filtered by standing.
accelo.accelo_get_ticket Read read 1 Get details of a specific support issue, also known as a ticket, in Accelo by its ID.
accelo.accelo_create_ticket Write write 4 Create a new support issue, also known as a ticket, in Accelo. Requires a title and body. Optionally associate with a contract and set priority.
accelo.accelo_list_tasks Read read 3 List tasks in Accelo. Returns a paginated list of tasks, optionally filtered by standing.
accelo.accelo_get_task Read read 1 Get details of a specific task in Accelo by its ID.
accelo.accelo_list_projects Read read 3 List projects in Accelo. Accelo exposes these records through the jobs API resource.
accelo.accelo_get_current_user Read read 0 Get token information for the current Accelo access token, including user email and expiry details.