Skip to main content
Glama
Weichie-com

teamleader-mcp

by Weichie-com

teamleader_event_create

Create calendar events in Teamleader Focus with title, start/end times, location, and link to deals, companies, contacts, or attendees. Specify activity type for full integration.

Instructions

Create a new calendar event in Teamleader Focus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesEvent title
ends_atYesEnd datetime (ISO 8601)
deal_idsNoDeal UUIDs to link
locationNoEvent location
starts_atYesStart datetime (ISO 8601)
company_idsNoCompany UUIDs to link
contact_idsNoContact UUIDs to link
descriptionNoEvent description
attendee_idsNoUser UUIDs of attendees
activity_type_idNoActivity type ID (required for some Teamleader setups)
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It states only that it creates an event, but omits important behavioral details such as the potential requirement for activity_type_id in some setups, permission requirements, or whether linked deals/contacts are updated. The description adds minimal value beyond the name.

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, correctly front-loaded sentence with no filler or redundancy. Every word contributes to the meaning.

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?

Given the tool has 10 parameters, no output schema, and no annotations, the description is too sparse. It does not mention the requirement of activity_type_id in some setups, nor does it clarify how the created event relates to linked resources (contacts, companies, deals) or what response to expect. The schema covers parameter semantics but not usage context.

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?

Schema description coverage is 100%, so the description does not need to explain parameters. The description adds no extra meaning beyond the schema, which is sufficient. Baseline 3 is appropriate.

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 uses a specific verb ('Create') and resource ('new calendar event') with the platform ('Teamleader Focus'), clearly distinguishing it from event list/info/update tools. There is no ambiguity about what the tool does.

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

Usage Guidelines3/5

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

The description implies use when a new calendar event must be created, but it provides no explicit guidance on when to use this tool versus siblings like teamleader_event_info or teamleader_events_list. No exclusions or alternative recommendations are given.

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/Weichie-com/teamleader-mcp'

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