Skip to main content
Glama

create_intake_work_item

Create a new intake work item in a project by providing workspace slug, project ID, and item data. Returns the created work item.

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
Behavior3/5

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

Annotations already indicate readOnlyHint=false, consistent with creation. The description adds no further behavioral traits (e.g., permission requirements, side effects, or lifecycle details). With annotations present, the description provides minimal additional transparency.

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

Conciseness3/5

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

The description is front-loaded with the main sentence but includes a docstring-style Args/Returns section. It is not overly long, but the inclusion of a non-existent parameter (workspace_slug) wastes some space.

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

Completeness3/5

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

Given the tool has 2 required parameters and an output schema, the description is minimal. It explains the return type but does not elaborate on what an intake work item is or any constraints. For a create operation, it is moderately complete but could be improved with more context.

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

Parameters2/5

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

The description lists parameters workspace_slug, project_id, and data, but workspace_slug is not in the input schema (only project_id and data are required and defined). This error reduces clarity. Data is described as a dictionary, which aligns with the schema's object type. However, the schema coverage is 0%, so the description adds some meaning but contains a factual mistake.

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 explicitly states 'Create a new intake work item in a project,' clearly identifying the action (create) and resource (intake work item). Among sibling tools like 'create_work_item', this distinguishes intake-specific creation.

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 is provided on when to use this tool versus alternatives, such as 'create_work_item' for regular work items. There are no usage prerequisites or exclusion scenarios mentioned.

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/Bl4nk44/plane-ce-mcp'

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