Skip to main content
Glama
bruhsb
by bruhsb

paperclip_create_goal

Create a new company goal with a required title and optional details. Returns the goal object with assigned UUID.

Instructions

Create a new company goal. companyId is injected from auth config.

Args:

  • title: string — Goal title (required)

  • description: string (optional) — Goal description (markdown)

  • status: string (optional) — Initial status (example: "active")

  • level: string (optional) — Goal level (example: "company")

  • parentId: string (optional) — Parent goal UUID for hierarchical goals

Returns: Returns the created goal object with all fields including assigned UUID.

Examples:

  • Use when: creating a new quarterly or product-level goal to link issues and projects against

  • Don't use when: the goal already exists — use paperclip_update_goal to modify it

Error Handling:

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

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 404: parentId not found → verify with paperclip_list_goals

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesGoal title
descriptionNoGoal description (markdown)
statusNoInitial status (e.g. active)
levelNoGoal level (e.g. company, team)
parentIdNoParent goal UUID
Behavior4/5

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

Annotations already indicate non-destructive behavior. The description adds that companyId is injected from auth config and returns the created goal with UUID. No contradictions. Could mention more about side effects or permissions.

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 well-structured with sections (Args, Returns, Examples, Error Handling), concise yet comprehensive, and front-loaded with the key purpose. Every sentence adds value.

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

Completeness4/5

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

For a creation tool with 5 parameters and no output schema, the description covers purpose, parameters, return value (goal object with UUID), error codes, and usage examples. Could elaborate on return fields, but sufficient.

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?

With 100% schema coverage, baseline is 3. The description adds value by providing examples (status='active', level='company') and clarifying that title is required and parentId is for hierarchy, beyond what the schema provides.

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 it creates a new company goal, with a specific verb and resource. It distinguishes from the sibling tool paperclip_update_goal by explicitly noting when not to use it.

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 when-to-use (creating quarterly or product-level goals) and when-not-to-use (goal already exists, use update instead), along with error handling guidance for different HTTP status codes.

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