Skip to main content
Glama

Formath MCP

by yutayamamoto

scaffold_project

Generate a minimal project layout with TeX files, rules, and placeholders for mathematical formalization. Specify project name and base directory to organize content efficiently.

Instructions

Create a minimal formalization project layout with TeX, rules, and placeholders.

Args: project_name: Name of the project directory to create base_dir: Optional base directory. If omitted, creates under repo-local "projects/".

Input Schema

NameRequiredDescriptionDefault
base_dirNo
project_nameNodemo

Input Schema (JSON Schema)

{ "properties": { "base_dir": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Base Dir" }, "project_name": { "default": "demo", "title": "Project Name", "type": "string" } }, "title": "scaffold_projectArguments", "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