Skip to main content
Glama

Create company

create_company
Destructive

Create a new company in this operator's portfolio. Pass name (required) and optional about and website. Returns the new companyId. Extra company on Solo is $47/mo, charged on the existing FreedomOS subscription before the company is created — fails closed if not paid. Portfolio already covers every company. Does not hire anyone. A $47 charge needs a person's yes (Command Center). Pass companyId of a company you already manage so that yes-card can land — it is not the company being created. After create, call update_company, get_setup_state, or set_offer with the new companyId. Use when the operator wants another business in FreedomOS from chat or MCP.

Routing: new company / add a business / another venture → create_company. Extra company is $47/mo. Does not hire. Not update_company (that's an existing company).

[sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCompany name
aboutNoOptional short description (stored as the company's about / elevator pitch)
websiteNoOptional company website URL (http or https)
companyIdNoFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

The description discloses significant behavioral traits beyond annotations: pricing ($47/mo), fail-closed behavior, approval requirement, the purpose of the companyId parameter, and explicit note that it does not hire. These are not present in annotations, adding rich context for agent decision-making.

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?

The description is long but well-structured with a clear purpose statement, side-effect details, routing, and a bracketed approval note. Each sentence carries information; redundancy is minimal. It could be tightened, but the structure aids comprehension.

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

Completeness5/5

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

For a tool with billing side effects, approval flows, and follow-up actions, the description covers all necessary context: pricing, payment failure handling, approval mechanics, and post-create next steps. It even explains the companyId usage. Nothing an agent needs is missing.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds crucial meaning, especially for companyId: 'Pass companyId of a company you already manage so that yes-card can land — it is not the company being created.' This goes beyond the schema's generic description and clarifies a non-obvious parameter purpose.

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 'Create a new company in this operator's portfolio' with a specific verb and resource. It distinguishes itself from update_company by explicitly noting 'Not update_company (that's an existing company)' and clarifies it does not hire, eliminating ambiguity among siblings.

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

Usage Guidelines5/5

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

Provides explicit routing: 'new company / add a business / another venture → create_company' and states 'Not update_company'. It also instructs when to use ('Use when the operator wants another business in FreedomOS from chat or MCP') and includes follow-up tool suggestions, leaving no inference needed.

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