Skip to main content
Glama

Formath MCP

by yutayamamoto

tasks_transition

Track task progress by appending state transition records for task IDs within mathematical formalization workflows, supporting structured project tracking and task management.

Instructions

Append a state transition record for a task id.

Input Schema

NameRequiredDescriptionDefault
project_rootNo
stateYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "project_root": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project Root" }, "state": { "title": "State", "type": "string" }, "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "task_id", "state" ], "title": "tasks_transitionArguments", "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