Skip to main content
Glama

meetings_batch_create

Create multiple meetings in HubSpot CRM using a single request, specifying titles, start/end times, locations, outcomes, and associations for efficient scheduling and management.

Instructions

Create multiple meetings in a single request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsYes
Behavior1/5

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

With no annotations provided, the description carries full burden but reveals almost nothing about behavioral traits. It doesn't disclose whether this is a write operation (implied by 'create'), what permissions are needed, whether it's idempotent, how failures are handled in partial batches, or what the response format looks like. This is inadequate for a batch creation 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, focused sentence with no wasted words. It's appropriately sized for what it communicates, though what it communicates is insufficient. The structure is front-loaded with the core action.

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?

For a batch creation tool with complex nested parameters (0% schema coverage), no annotations, and no output schema, the description is completely inadequate. It doesn't explain the input structure, expected behavior, error handling, or return values. The agent would struggle to use this tool correctly based solely on this description.

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?

With 0% schema description coverage and 1 parameter ('inputs') that contains complex nested objects, the description provides zero information about parameter semantics. It doesn't explain what 'inputs' should contain, the structure of meeting properties, required fields, or the associations schema. The description fails to compensate for the complete lack of schema documentation.

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 verb ('create') and resource ('multiple meetings'), and specifies the operation scope ('in a single request'). It distinguishes from the singular 'meetings_create' sibling by emphasizing batch capability, though it doesn't explicitly name alternatives.

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 tool versus the singular 'meetings_create' or other batch tools. It mentions 'multiple meetings' but doesn't specify minimum/maximum batch sizes, prerequisites, or error handling considerations for batch operations.

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