Skip to main content
Glama

MCP Test Server

by yvanfreitas

get_tasks

Retrieve tasks from the mock database by filtering based on status or assigned user ID. Use this tool to manage and organize task data efficiently in the MCP Test Server.

Instructions

Get all tasks from the mock database

Input Schema

NameRequiredDescriptionDefault
assignedToNoFilter tasks by assigned user ID
statusNoFilter tasks by status

Input Schema (JSON Schema)

{ "properties": { "assignedTo": { "description": "Filter tasks by assigned user ID", "type": "number" }, "status": { "description": "Filter tasks by status", "enum": [ "pending", "in-progress", "completed" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP Test Server

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/yvanfreitas/MCP-test'

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