Skip to main content
Glama

propose_factories

Propose factory groupings from your Satisfactory save by analyzing building proximity, belt links, and shared products, so you can name and manage every construction.

Instructions

One coherence score over every signal, agglomerated into proposed factories.

Combines foundation slabs, proximity, belt connectivity, shared products and supply links. Validated leave-one-factory-out against the player's twelve hand-named factories: precision 1.000, recall 0.945, and precision was 1.000 on every fold -- it never merges two factories, it only ever splits one.

Use name_factory on what it proposes. unnamed_only=True answers "what have I built and not named".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
saveNo
limitNomax rows (hard cap 25)
worldNo
max_span_mNocap on a proposal's diameter, metres
unnamed_onlyNo
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses input signals, validation metrics (precision/recall), and a behavioral characteristic ('never merges two factories, only splits one'). It does not describe return format or side effects, but the tool appears read-only by design.

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

Conciseness4/5

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

Three concise paragraphs with the purpose front-loaded. The validation statistics are slightly tangential but add credibility. No unnecessary words.

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

Completeness3/5

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

Despite strong behavioral and usage context, the output format (structure of a proposed factory) is not described, and save/world parameters are not elaborated. With no output schema, this is a notable gap for an agent to invoke the tool and interpret results correctly.

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?

Only unnamed_only is explained with a practical use case, adding value beyond the schema. The other parameters (save, world, limit, max_span_m) are left to the schema, which covers only 40% of parameters. The description partially compensates but not fully.

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 clearly states the tool's function: producing a coherence score over signals and agglomerating them into proposed factories. It differentiates itself from siblings by explicitly directing to 'name_factory' for naming and describing the 'unnamed_only' use case.

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?

Clear context is provided: use this to discover factory groupings and identify unnamed factories. However, it does not explicitly compare against alternatives like factory_map or list_factories, nor state when not to use it.

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

Install Server

Other Tools

Latest Blog Posts

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/lukszi/SatisfactoryMCP'

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