Skip to main content
Glama

tasks_batch_create

Streamline task management by creating multiple tasks in one request, specifying details like priority, status, due dates, and associations within HubSpot CRM.

Instructions

Create multiple tasks in a single request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsYes
Behavior2/5

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

With no annotations provided, the description carries full burden but only states it's a creation operation. It doesn't disclose whether this is a write operation (implied but not explicit), authentication needs, rate limits, idempotency, or what happens on failure (e.g., partial creation). More behavioral context is needed for a mutation tool.

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 a single, clear sentence with no wasted words. It's front-loaded and efficiently conveys the core purpose without unnecessary elaboration.

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?

For a batch creation tool with no annotations, 0% schema description coverage, no output schema, and complex nested parameters, the description is inadequate. It doesn't explain the input structure, expected output, error behavior, or usage trade-offs, leaving significant gaps for an AI agent.

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?

The description mentions 'multiple tasks' which hints at the 'inputs' array parameter, but with 0% schema description coverage and complex nested objects (e.g., properties with required fields like hs_task_subject), it doesn't add meaningful semantics beyond what the bare schema structure implies. Baseline 3 is appropriate as the schema exists but lacks descriptions.

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

Purpose4/5

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

The description clearly states the action ('create multiple tasks') and scope ('in a single request'), which is specific and distinguishes it from the singular 'tasks_create' sibling. However, it doesn't explicitly mention what resource type (tasks) beyond the tool name, making it slightly less than perfect.

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?

The description provides no guidance on when to use this batch operation versus the singular 'tasks_create' tool, nor does it mention prerequisites, error handling for partial failures, or rate limits. It's a basic statement without 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

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