Skip to main content
Glama

project_manage

Manage continuous and one-shot projects within FleetQ's MCP server. Perform actions like creating, scheduling, activating, pausing, and monitoring project runs to control automated workflows.

Instructions

Manage projects (continuous & one-shot). Actions: list, get (project_id), create (name, type, workflow_id), update (project_id + fields), activate (project_id), pause, resume, restart, trigger_run (project_id), archive (project_id), schedule (project_id, frequency, cron), schedule_nlp (project_id, natural language schedule), run_list (project_id), run_get (project_id, run_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, get, create, update, activate, pause, resume, restart, trigger_run, archive, schedule, schedule_nlp, run_list, run_get
statusNoFilter by status: draft, active, paused, completed, archived, failed
typeNoFilter by type: one_shot, continuous
limitNoMax results to return (default 10, max 100)
project_idYesThe project UUID
titleYesProject title
descriptionNoProject description
goalNoProject goal
execution_modeNoExecution mode: autonomous (full tool access) or watcher (read-only tools only). Default: autonomousautonomous
workflow_idNoUUID of an active workflow to run for each project execution. The workflow must be in active status.
crew_idNoUUID of a crew to run for each project execution. Alternative to workflow_id.
allowed_tool_idsNoRestrict which tools agents can use in this project. Pass an array of tool UUIDs. Empty = all team tools allowed.
allowed_credential_idsNoRestrict which credentials are available to agents in this project. Pass an array of credential UUIDs.
scheduleNoSchedule configuration. Required for continuous projects — omitting it creates a project that never runs. Use project_schedule_nlp to parse natural language schedules.
operationYesget: read schedule details | update: change schedule settings | enable: turn on the schedule | disable: turn off the schedule
run_idYesThe project run UUID

Latest Blog Posts

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/escapeboy/agent-fleet-o'

If you have feedback or need assistance with the MCP directory API, please join our Discord server