Skip to main content
Glama

create_intake_work_item

Create a new intake work item in a Plane project by supplying the project ID and item data. Returns the created work item object.

Instructions

Create a new intake work item in a project.

Args: workspace_slug: The workspace slug identifier project_id: UUID of the project data: Intake work item data as a dictionary

Returns: Created IntakeWorkItem object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
extraNo
inboxNo
issueNo
intakeNo
sourceNo
statusNo
projectNo
workspaceNo
created_atNo
created_byNo
deleted_atNo
updated_atNo
updated_byNo
external_idNo
duplicate_toNo
issue_detailNo
snoozed_tillNo
source_emailNo
external_sourceNo
Behavior2/5

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

With no annotations, the description carries the burden of disclosing behavior. It simply says 'create' and mentions a return value, but does not explain side effects, permissions, idempotency, or what happens on errors. This is insufficient for a mutation tool without annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While the description is short, it includes a non-existent parameter ('workspace_slug'), which does not earn its place and undermines the structure. The argument list is misleading, and the return statement is the only useful addition. The description would benefit from removing the erroneous line and adding concrete parameter details.

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?

The tool has a nested 'data' object with no schema definition and no explanation in the description, leaving the agent without critical information. No annotations, no parameter details, and no usage context make the description insufficient for a create operation with an opaque payload. The extra 'workspace_slug' further confuses the intended input.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description introduces a 'workspace_slug' parameter that does not exist in the input schema, which is misleading and will cause validation errors. It also describes 'data' only as 'a dictionary' without elaborating required fields or structure, failing to compensate for the schema's complete lack of property descriptions.

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 states a specific action (create) on a specific resource (intake work item) within a project. It distinguishes itself from the sibling 'create_work_item' via the 'intake' qualifier in the name and description, though it doesn't explicitly contrast with that alternative.

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?

The description provides no guidance on when to use this tool versus alternatives like 'create_work_item' or 'update_intake_work_item'. It lacks any context about prerequisites, scenarios, or exclusions, relying solely on the name to imply usage.

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/leigangzhang/plane-mcp-server-adapter'

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