Skip to main content
Glama
bruhsb
by bruhsb

paperclip_create_company

Create a new company with a required name, optional description and monthly budget. Auto-generates issue prefix and sets status to active.

Instructions

⚠ Board-only: Create a new company. The issuePrefix is auto-generated from the name.

Args:

  • name: string — Company name (required, non-empty)

  • description: string | null (optional) — Company description

  • budgetMonthlyCents: number (optional) — Monthly budget in cents (e.g. 5000 = $50.00)

Returns: The created company object with all fields including assigned UUID, issuePrefix (auto-generated), status 'active', and timestamps.

Examples:

  • Use when: onboarding a new organization or setting up a tenant on the board

  • Don't use when: you need to update an existing company — use paperclip_update_company instead

Error Handling:

  • 400: validation failure → ensure name is non-empty

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 403: board key required → this endpoint requires board-level authentication

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCompany name (required, non-empty)
descriptionNoCompany description (optional, nullable)
budgetMonthlyCentsNoMonthly budget in cents (non-negative integer, e.g. 5000 = $50.00)
Behavior4/5

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

Description discloses board-only auth requirement and auto-generation of issuePrefix. Annotations already set destructiveHint: false, so no contradiction. However, it doesn't explicitly mention mutation or side effects beyond creation, though that's implied.

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?

Well-structured with distinct sections (Args, Returns, Examples, Error Handling). Each sentence adds useful information, no fluff. Length is appropriate for the complexity.

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?

Despite no output schema, the description details the return object (UUID, issuePrefix, status, timestamps). Error handling covers 400, 401, 403. For a creation tool, this is complete and eliminates ambiguity.

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%, so baseline is 3. Description adds value with examples (e.g., budgetMonthlyCents example), explanation of issuePrefix auto-generation, and notes name is required. This exceeds the schema's basic descriptions.

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' and specifies the auto-generated issuePrefix, distinguishing it from other company tools like paperclip_update_company and paperclip_archive_company. The verb 'create' and resource 'company' are explicit.

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?

Usage guidelines are explicit: 'Use when: onboarding a new organization or setting up a tenant on the board' and 'Don't use when: you need to update an existing company — use paperclip_update_company instead'. Also notes board-level authentication requirement.

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/bruhsb/paperclip-mcp'

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