Skip to main content
Glama
minhlecsm

rocketlane-mcp

by minhlecsm

create_project

Create a new Rocketlane project by providing project name, owner, and customer, with optional start and due dates.

Instructions

Create a new Rocketlane project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_nameYesDisplay name of the project.
owner_idYesuserId of the Rocketlane team member who owns the project.
customer_idYescompanyId of the customer company.
start_dateNoProject start date in YYYY-MM-DD format.
due_dateNoTarget completion date in YYYY-MM-DD format.
status_valueNoInitial status (2=In progress, 4=Blocked, 5=Proposed, 6=In Planning, 10=Focusing).
project_template_idNoID of the project template to apply (not yet supported).
portal_template_idNoID of the customer portal template to apply (not yet supported).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations, the description carries full burden for behavioral disclosure but provides nothing beyond the obvious creation action. It omits details on permissions, side effects, idempotency, or failure modes.

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 a single concise sentence that front-loads the purpose. While it is appropriately short, it sacrifices completeness for brevity in a tool with 8 parameters and no annotations.

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?

Despite having an output schema, the description fails to cover essential context such as error handling, prerequisites, or when creation is appropriate. For a tool with many parameters and no annotations, the description is insufficiently complete.

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 coverage is 100%, so parameters are well-documented in the schema. The description adds no additional meaning beyond what the schema already provides, meeting the baseline but not exceeding it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (Create) and resource (Rocketlane project), distinguishing it from sibling tools like create_tasks. However, it is a tautology of the tool name and lacks additional context about project scope.

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

Usage Guidelines2/5

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

No guidance on when to use create_project versus sibling tools. There is no mention of prerequisites, conditions, or alternatives, leaving the agent to infer usage from the name alone.

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/minhlecsm/rocketlane-mcp'

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