Skip to main content
Glama
aroy314

mcp-teamline

by aroy314

Create a Teamline webhook

teamline_webhooks_create

Creates a webhook that posts to a specified URL when a task is completed.

Instructions

Register a user-provided URL via webhooks.create. Official event is currently only tasks_completed. url is required; name is optional. This server registers the URL; the MCP stdio process does not receive Teamline POSTs. Token is read only from TEAMLINE_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL Teamline will POST to when the event fires
nameNoOptional display name for the webhook
eventYesWebhook event. Official API currently only supports tasks_completed.
Behavior5/5

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

Beyond the annotations, it discloses a key architectural caveat: the server registers the URL, but the MCP stdio process will not receive Teamline POSTs. It also states the API token is read only from TEAMLINE_API_KEY and that only tasks_completed is official, all useful behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

Four short sentences, all substantive, with the core registration action and event constraint front-loaded. The required/optional note slightly repeats schema information, but the architecture and auth notes earn their place.

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

Completeness4/5

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

For a three-parameter creation tool with annotations and full schema coverage, the description supplies the necessary auth source, event restriction, and server-side behavior. It omits return/error details, but no output schema exists and the missing info is not essential for invoking the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all three parameters. The description adds value beyond it by explicitly marking url required and name optional and by constraining event to tasks_completed, which is the main semantic guidance an agent needs.

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 opens with a concrete verb-resource pair ('Register a user-provided URL via webhooks.create') and immediately narrows scope to the only supported event, tasks_completed. This is enough to distinguish it from the remove sibling and from the task tools.

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?

It gives clear context for the create action and the supported event, so an agent can infer when to use it. However, it does not state when not to use it or point to webhooks_remove or another alternative, leaving routing to inference.

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/aroy314/mcp-teamline'

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