Skip to main content
Glama

MoCo MCP Server

by niondigital

get_user_projects

Retrieve all projects assigned to the current user or filter by name/description using a search query. Designed for use with the MoCo MCP Server to access project management data.

Instructions

Get all projects assigned to the current user or search within assigned projects by name/description. If no query is provided, returns all assigned projects.

Input Schema

NameRequiredDescriptionDefault
queryNoOptional search query to find projects by name or description (case-insensitive)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Optional search query to find projects by name or description (case-insensitive)", "type": "string" } }, "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