Skip to main content
Glama

Formath MCP

by yutayamamoto

tasks_autogen_from_entities

Generate tasks for entities without existing tasks to streamline mathematical formalization workflows in Formath MCP. Supports project scaffolding and entity management for Lean code conversion.

Instructions

Create open tasks for entities of given kind that do not already have tasks.

Default kind is 'fact' (lemmas). Returns number of tasks created.

Input Schema

NameRequiredDescriptionDefault
kindNofact
project_rootYes

Input Schema (JSON Schema)

{ "properties": { "kind": { "default": "fact", "title": "Kind", "type": "string" }, "project_root": { "title": "Project Root", "type": "string" } }, "required": [ "project_root" ], "title": "tasks_autogen_from_entitiesArguments", "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