Skip to main content
Glama

phabricator_task_create

Create a new Maniphest task with title, description, priority, owner, projects, and custom fields for issue tracking.

Instructions

Create a new Maniphest task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTask title
descriptionNoTask description (supports Remarkup)
ownerPHIDNoAssigned owner PHID
priorityNoPriority keyword (unbreak, triage, high, normal, low, wish) or numeric value
projectPHIDsNoProject PHIDs to tag
subscriberPHIDsNoSubscriber PHIDs
statusNoInitial status
subtypeNoTask subtype (e.g. "default", "incident")
parentPHIDsNoParent task PHIDs
subtaskPHIDsNoSubtask PHIDs
commitPHIDsNoCommit PHIDs to associate (for actual commits only, not revisions)
revisionIDsNoDifferential revision IDs to link (e.g. ["D223125"] or ["PHID-DREV-xxx"]). Creates a bidirectional link between the revision and the task.
pointsNoStory points value (if points are enabled on this instance)
spaceNoSpace PHID to place the task in (for multi-space installations)
commentNoInitial comment on the task (supports Remarkup)
customFieldsNoCustom field transactions. Keys are transaction types (e.g. "custom.my-field"), values are the field values. Check your Phabricator Conduit console (conduit/method/maniphest.edit/) for available fields.
Behavior1/5

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

No annotations provided, and the description only states the action without disclosing any behavioral traits such as side effects, return value, permissions, or error conditions. The agent receives no useful behavioral context.

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 a single sentence, making it concise but overly minimal. It lacks structural elements like use cases or behavior notes, which diminishes its value.

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?

With 16 parameters, no output schema, and no annotations, the description should provide high-level context about the tool's purpose and return value. Instead, it only says 'Create a new Maniphest task', leaving the agent without critical operational context.

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 description coverage is 100%, so all parameters are well-documented in the schema. The description adds no additional parameter information beyond what the schema provides, meeting the baseline expectation.

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?

Description explicitly states 'Create a new Maniphest task', clearly identifying the action (create) and the resource (Maniphest task). This distinguishes it from sibling tools like phabricator_task_edit and phabricator_task_search.

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 this tool versus alternatives (e.g., phabricator_task_edit for modifications). The description lacks any context about prerequisites or exclusions.

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/freelancer/phabricator-mcp'

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