Skip to main content
Glama

MoCo MCP Server

by niondigital

get_project_tasks

Retrieve all tasks for a specific project by project ID using the MoCo MCP Server. Works exclusively for projects assigned to the current user, ensuring task access is user-specific and secure.

Instructions

Get all tasks for a specific assigned project by project ID. Only works for projects assigned to the current user.

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject ID to retrieve tasks for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "Project ID to retrieve tasks for", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "projectId" ], "type": "object" }

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/niondigital/moco-mcp'

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