Create Companies
create_companiesCreate one or more companies in the organization. Before your first call, read the skill: modem_skills({ name: "write-tools" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companies | Yes |
create_companiesCreate one or more companies in the organization. Before your first call, read the skill: modem_skills({ name: "write-tools" }).
| Name | Required | Description | Default |
|---|---|---|---|
| companies | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false, and the description does not contradict them. The description adds the bulk-creation trait and a required skill precondition, but does not discuss duplicate behavior, permissions, or side effects. This is modest context 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with the core action front-loaded and the skill prerequisite placed second. There is no filler or redundant restatement of the schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema and one parameter with zero schema descriptions, so the description needed to carry more weight. It omits parameter semantics, error or duplicate handling, and any distinction from update/merge siblings. The skill link is helpful but does not fill these gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no meaning for the 'name' or 'domain' fields, including format, uniqueness, or validation. The phrase 'one or more companies' merely restates what the schema already encodes via minItems/maxItems. No parameter semantics are conveyed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Create one or more companies in the organization.' The phrase 'one or more' clarifies bulk capability. It does not explicitly contrast with update_companies or merge_companies, but the create verb inherently distinguishes them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives like update_companies or merge_companies. The instruction to read the write-tools skill is a prerequisite, not a tool-selection guideline. The agent is left to infer when creation is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.