Skip to main content
Glama

create_issue_template

Create a new issue template with default values for title, assignee, priority, and optional child templates for sub-tasks.

Instructions

Create a new issue template in a Huly project. Templates define default values for new issues. Optionally include children (sub-task templates) that will become sub-issues when creating issues from this template. Returns the created template ID and title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesa string that will be trimmed
projectYesa string that will be trimmed
assigneeNoDefault assignee email address
childrenNoChild (sub-task) templates to include
priorityNo
componentNoa string that will be trimmed
estimationNoDefault estimation in minutes
descriptionNoTemplate description (markdown supported)
Behavior4/5

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

The description discloses the creation action (mutation) and the return value (created template ID and title). Annotations (readOnlyHint=false, destructiveHint=false) are consistent. No contradictions; additional details like side effects or permissions are not expected.

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

Conciseness5/5

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

Three sentences: purpose, explanation of templates, optional children and return. Every sentence adds essential information with no redundancy. The description is front-loaded with the key action.

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

Completeness4/5

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

For a tool with 8 parameters and nested children, the description covers the core concepts and return value. It is complete enough for an AI agent to understand usage, though it could mention that the project must exist.

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

Parameters4/5

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

The input schema has 88% coverage with descriptions for most parameters. The description adds value by explaining the purpose of 'children' (become sub-issues) and the overall concept of templates. This goes beyond the schema's technical details.

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 clearly states the action 'Create a new issue template' with a specific resource 'in a Huly project'. It distinguishes from siblings like 'create_issue' and 'create_issue_from_template' by focusing on template creation and default values.

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

Usage Guidelines4/5

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

The description explains that templates define default values for new issues and optionally include children for sub-tasks. While it doesn't explicitly say when to use or avoid this tool, the context from sibling tools provides implicit differentiation, and the description offers clear usage context.

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/dearlordylord/huly-mcp'

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