Skip to main content
Glama

MCP Test Server

by yvanfreitas

get_tasks

Retrieve tasks from the MCP Test Server database, filtering by status or assigned user ID to manage and organize task data efficiently.

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