Skip to main content
Glama

AI Ops Hub

by Galiusbro

task_list

Retrieve and filter tasks by project or status (open/completed) to manage developer operational workflows and track progress within the AI Ops Hub environment.

Instructions

Список задач

Input Schema

NameRequiredDescriptionDefault
projectNoФильтр по проекту
statusNoСтатус (open/completed)

Input Schema (JSON Schema)

{ "properties": { "project": { "description": "Фильтр по проекту", "type": "string" }, "status": { "description": "Статус (open/completed)", "enum": [ "open", "completed" ], "type": "string" } }, "type": "object" }

Other Tools from AI Ops Hub

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/Galiusbro/MCP'

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