Skip to main content
Glama

meetings_create

Schedule and manage meetings within HubSpot MCP by creating events with essential details such as title, start time, end time, and associated contacts or companies.

Instructions

Create a new meeting

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 but offers nothing beyond the basic action. It doesn't mention permissions required, whether this is a write operation (implied but not stated), what happens on success/failure, rate limits, or any side effects. For a creation tool with complex nested parameters, 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.

Conciseness3/5

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

The description is extremely concise at just three words, which could be appropriate if it were more informative. However, it's under-specified rather than efficiently structured - it wastes no words but also provides no value beyond the tool name. It's front-loaded by default due to brevity but lacks substance.

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 creation tool with 2 complex parameters (including nested objects), 0% schema coverage, no annotations, and no output schema, the description is completely inadequate. It doesn't address any of the complexity, provide usage context, explain return values, or help the agent understand how to properly invoke this tool.

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?

Schema description coverage is 0%, meaning all parameters are undocumented in the schema. The description provides zero information about the 2 parameters (associations and properties) or their nested structures. It doesn't explain what properties are required, what associations mean, or provide any semantic context for the complex input schema.

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 meeting' is a tautology that restates the tool name without adding specificity. It doesn't distinguish this tool from sibling tools like 'meetings_batch_create' or provide any details about what kind of meeting is being created (e.g., CRM meeting, calendar event). The verb+resource is present but lacks differentiation from alternatives.

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?

No guidance is provided on when to use this tool versus alternatives like 'meetings_batch_create' or other meeting-related tools. The description offers no context about prerequisites, constraints, or appropriate scenarios for single meeting creation versus 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