Skip to main content
Glama

Create company

twenty_create_company
Destructive

Create a new company. name is required. Twenty REST: POST /rest/companies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe company name (required).
xUrlNoX/Twitter URL (sent as xLink:{primaryLinkUrl}).
extraNoPassthrough object of additional/custom fields merged into the request body verbatim.
employeesNoEmployee count.
domainNameNoPrimary domain / website URL (sent as domainName:{primaryLinkUrl}).
addressCityNoCity (sent as address:{addressCity}).
linkedinUrlNoLinkedIn URL (sent as linkedinLink:{primaryLinkUrl}).
idealCustomerProfileNoWhether this company matches the ideal customer profile.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

The destructiveHint annotation already signals mutation. The description adds only that 'name is required' (already in schema) and the REST endpoint. It does not disclose return values, idempotency, or other side effects of creation, so transparency is limited beyond annotations.

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?

The description is a single, front-loaded sentence plus a compact REST endpoint reference. Every word earns its place; there is no fluff or redundancy.

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

Completeness2/5

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

With no output schema, the description should at least hint at the return value or post-creation behavior, but it does not. It also leaves the nested 'extra' passthrough and URL transformation semantics entirely to the schema. For an 8-parameter create tool with no output schema, the description is under-specified.

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 the schema fully documents all 8 parameters including the required 'name'. The description adds no extra meaning beyond noting 'name' is required, which is already present in the schema. Baseline of 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 'Create a new company' with a specific verb+resource, clearly distinguishing it from sibling create tools like twenty_create_note or twenty_create_person. Mentioning the REST endpoint adds further precision.

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

Usage Guidelines3/5

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

Usage is implied: use this when you need to add a new company. However, there is no explicit guidance on when to prefer this over related tools (e.g., update_company or list_companies), nor any exclusions or prerequisites.

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.