remove_template_child
Remove a child (sub-task) template from an issue template by its child ID. Get child IDs from getissuetemplate response.
How to use it
remove_template_child is exposed by the Huly MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the remove_template_child tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Huly MCP
npx -y @firfi/huly-mcp@latestOther tools in Huly MCP (39)
Add a tag/label to a Huly issue. Creates the tag if it doesn't exist in the project.
Add a relation between two issues. Relation types: 'blocks' (source blocks target — pushes into target's blockedBy), 'is-blocked-by' (source is blocked by target — pushes into source's blockedBy), 'relates-to' (bidirectional link — updates both sides). targetIssue accepts cross-project identifiers l
Add a child (sub-task) template to an issue template. The child defines default values for sub-issues created when using createissuefromtemplate. Child description supports markdown. Markdown links to current-workspace Huly browse URLs with class, id, and label become native Huly references; externa
Create a new component in a Huly project. Components help organize issues by area/feature. Description supports markdown. Markdown links to current-workspace Huly browse URLs with class, id, and label become native Huly references; external URLs and other-workspace browse URLs stay normal links. Ret
Create a new issue in a Huly project. Omit parentIssue for a native top-level issue, or specify parentIssue to create a sub-issue. Optionally set taskType by ID or display name; it is resolved within the target project's project type, and status is validated against that task type's workflow. Use li
Create a new issue from a template. Applies template defaults, allowing overrides for specific fields. Description override supports markdown. Markdown links to current-workspace Huly browse URLs with class, id, and label become native Huly references; external URLs and other-workspace browse URLs s
Create a new issue template in a Huly project. Templates define default values for new issues. Template and child descriptions support markdown. Markdown links to current-workspace Huly browse URLs with class, id, and label become native Huly references; external URLs and other-workspace browse URLs
Create a new Huly tracker project. Idempotent: returns existing project if one with the same identifier already exists (created=false). Identifier must be 1-5 uppercase alphanumeric chars starting with a letter.
Permanently delete a Huly component. This action cannot be undone.
Permanently delete a Huly issue. This action cannot be undone.
Permanently delete a Huly issue template. This action cannot be undone.
Permanently delete a Huly project. All issues, milestones, and components in this project will be orphaned. This action cannot be undone.
Retrieve full details for a Huly component. Use this to view component content and metadata.
Retrieve full details for a Huly issue including markdown description, its creator as a stable Person reference { id, name?, email? } when resolvable, its assigned milestone as { id, label } when resolvable, and deterministic attached-label summaries with title and available color. Missing labels ar
Retrieve full details for a Huly issue template including children (sub-task templates). Use this to view template content, default values, and child template IDs.
Get full details of a Huly project including its statuses. Returns project name, description, archived flag, default status, and all available statuses.
Returns the exact input and output schema for one proxy-visible Huly tool. Use this before invoketool when you are not certain about required argument names or result shape.
Invokes one proxy-visible Huly tool by exact name with its arguments. This tool can call read or write Huly operations; check gettoolschema and the target tool annotations when safety matters.
Link a Huly document to an issue. The link appears in the issue's Relations panel in the UI. Idempotent: no-op if the document is already linked. Use listissuerelations to see linked documents.
List components in a Huly project. Components organize issues by area/feature. Returns components sorted by modification date (newest first).
List all relations of an issue. Returns blockedBy (issues blocking this one), blocks (issues this one blocks), relations (bidirectional issue links), and documents (linked documents with title/teamspace).
List issue templates in a Huly project. Templates define reusable issue configurations. Returns templates sorted by modification date (newest first).
Query Huly issues with optional filters. Returns issues sorted by modification date (newest first). Supports filtering by project, exact workflow status name (status), Huly SDK task.statusCategory key (statusCategory: UnStarted, ToDo, Active, Won, Lost), assignee, creator (raw Person ID, exact email
List low-level per-project tracker target preference records. These Huly ProjectTargetPreference records are attached to projects and used by tracker UI/workflows to remember target-related preference props. Omit project to list recent preferences across projects, or pass a project identifier to ins
List all Huly projects. Returns projects sorted by name. Supports filtering by archived status.
List all issue statuses for a Huly project with workflow category and default info. Returns status name, category, and isDefault. Use this to discover valid statuses before creating or updating issues.
Lists Huly tool categories available through this proxy. Use this first when you need a broad map of capabilities before searching for a specific Huly tool.
Move an issue to a new parent (making it a sub-issue), or pass null to restore its native top-level shape. Updates parent/child relationships and sub-issue counts.
Preview the impact of deleting a Huly entity before actually deleting it. Shows affected sub-entities, relations, and warnings. Supports issues, projects, components, and milestones. Use this to understand cascade effects before calling a delete operation.
Remove a tag/label from a Huly issue. Detaches the label reference; does not delete the label definition.
Remove a relation between two issues. Mirrors addissuerelation: 'blocks' pulls from target's blockedBy, 'is-blocked-by' pulls from source's blockedBy, 'relates-to' pulls from both sides. No-op if the relation doesn't exist.
Searches the current proxy-visible Huly tool catalog by tool name, category, description, and parameter names. Returns exact tool names plus required and optional parameter names for single-call follow-up with gettoolschema or invoketool.
Set or clear the component on a Huly issue. Pass null for component to clear it.
Remove a document link from an issue. Idempotent: no-op if the document is not linked.
Update fields on an existing Huly component. Only provided fields are modified. Description supports markdown. Markdown links to current-workspace Huly browse URLs with class, id, and label become native Huly references; external URLs and other-workspace browse URLs stay normal links.
Update fields on an existing Huly issue. Optionally set taskType by ID or display name; it is resolved within the target project's project type, and the status is preserved only when valid for the new task type. Use listtasktypes or getprojecttype to discover valid task types and statuses. Only prov
Update fields on an existing Huly issue template. Only provided fields are modified. Description supports markdown. Markdown links to current-workspace Huly browse URLs with class, id, and label become native Huly references; external URLs and other-workspace browse URLs stay normal links.
Update a Huly project. Only provided fields are modified. Set description to null to clear it.
Create or update the low-level ProjectTargetPreference record for a project. This refreshes usedOn and merges SDK-open target preference props by key. Use for tracker SDK parity or advanced administration; ordinary project and issue workflows usually do not need this tool.