Skip to main content
Glama

Create project

create_project

Create a new letX project from provided LaTeX files (main.tex required). Returns the project id and editor link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesproject name
filesYesthe project's text files; must include main.tex
compilerNoTeX engine: pdflatex (default), xelatex, or lualatex. Leave empty and letX works it out from the packages the document loads.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses the key behavioral outcome: the operation creates a new project and returns the project id and editor link. It also calls out the main.tex requirement. Since annotations are all false and provide little behavioral signal, this description reasonably carries the burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with no filler. The key action and required input are front-loaded, and the return value is clearly stated in the second sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a three-parameter create tool with no output schema, the description is nearly complete: it states the inputs, the required file, and the return values. It does not explain routing to create_project_from_template, but that is a usage-guideline nuance rather than a blocking gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are already well documented. The description adds no new meaning beyond reiterating that main.tex is required, which is already stated in the files parameter schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: creating a new letX project from provided LaTeX files. It also distinguishes itself from the sibling create_project_from_template by emphasizing 'from provided LaTeX files', so an agent can tell them apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use this tool: when the agent has LaTeX files to provide, with main.tex required. It does not explicitly mention alternatives or when-not-to-use, but the 'from provided LaTeX files' phrasing implies the distinguishing use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources