Skip to main content
Glama

tasks_create

Generate and manage tasks in HubSpot MCP by defining properties like subject, body, priority, status, due date, and associating them with CRM entities for streamlined task tracking and execution.

Instructions

Create a new task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
associationsNo
propertiesYes
Behavior1/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. 'Create a new task' implies a write/mutation operation, but it reveals nothing about permissions required, whether the creation is immediate or queued, what happens on failure, rate limits, or what the response contains. For a mutation tool with zero annotation coverage, this is critically inadequate.

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?

The description is extremely concise at just three words. While this brevity reflects severe under-specification, it is technically front-loaded with the core action and contains no redundant or unnecessary phrasing. Every word ('Create', 'a', 'new', 'task') contributes to the minimal statement of purpose.

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

Completeness1/5

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

Given the complexity (2 parameters with nested objects, no output schema, no annotations), the description is completely inadequate. It fails to explain what the tool does beyond the obvious, provides no parameter guidance, no behavioral context, and no differentiation from sibling tools. For a creation tool with complex input requirements, this leaves the agent unable to use it effectively.

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 mentions no parameters at all, while the input schema has 2 parameters (associations and properties) with 0% schema description coverage. The schema shows complex nested structures for task properties and associations, but the description provides zero guidance about what these parameters mean, what values are expected, or how to format them. This leaves all parameter semantics undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a new task' is a tautology that merely restates the tool name 'tasks_create'. It specifies the verb 'create' and resource 'task', but lacks any distinguishing details about what kind of task, in what system, or how it differs from sibling tools like 'tasks_batch_create' or 'tasks_update'. This provides minimal value beyond the name itself.

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

Usage Guidelines1/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. There are multiple sibling tools for tasks (e.g., tasks_batch_create, tasks_update, tasks_archive), but the description offers no context about when this single-task creation tool is appropriate versus batch operations or updates. No prerequisites, constraints, or comparison to other task-related tools are 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

Related 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/shinzo-labs/hubspot-mcp'

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