Skip to main content
Glama

Formath MCP

by yutayamamoto

tasks_pick_next

Selects and transitions the next batch of open tasks to 'in_progress' status within a project, returning the task IDs. Specifies a project root and optional limit. Supports task management for mathematical formalization workflows.

Instructions

Mark next open tasks as in_progress (up to limit). Returns transitioned ids.

Input Schema

NameRequiredDescriptionDefault
limitNo
project_rootYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "title": "Limit", "type": "integer" }, "project_root": { "title": "Project Root", "type": "string" } }, "required": [ "project_root" ], "title": "tasks_pick_nextArguments", "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/yutayamamoto/formath-mcp'

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