Skip to main content
Glama

MoCo MCP Server

by niondigital

get_projects

Retrieve and search through projects assigned to the current user by name or description. If no query is entered, all assigned projects are returned. Works within the MoCo MCP Server for project management.

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