Skip to main content
Glama

linear_createWebhook

Set up a webhook to receive Linear integration events. Configure resource types, secret, and team scope to trigger automated workflows.

Instructions

Create a webhook for integration events

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
labelNo
secretNo
teamIdNo
enabledNo
resourceTypesYes
allPublicTeamsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
urlNo
teamNo
labelNo
creatorNo
enabledNo
createdAtNo
updatedAtNo
archivedAtNo
resourceTypesNo
allPublicTeamsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.4.2
    • changedInput schema / properties / url / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
  2. Changed1 schema field changedv1.4.1
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "allPublicTeams": {
      +      "type": "boolean"
      +    },
      +    "archivedAt": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "createdAt": {
      +      "type": "string"
      +    },
      +    "creator": {
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "enabled": {
      +      "type": "boolean"
      +    },
      +    "id": {
      +      "type": "string"
      +    },
      +    "label": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "resourceTypes": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "team": {
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "updatedAt": {
      +      "type": "string"
      +    },
      +    "url": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
  3. Addedv1.1.2

TDQS

C2.6/5.0
Behavior2/5

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

Annotations already declare readOnlyHint: false, destructiveHint: false, and idempotentHint: false. The description adds no behavioral context beyond the word 'create,' which merely aligns with the readOnly hint. It does not disclose the mutation's effects, authentication requirements, or what happens on creation. With annotations present the bar is lower, but the description still contributes almost nothing beyond them. No contradiction exists.

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 a single short sentence, efficient and front-loaded. It is appropriately sized - no filler - but this is under-specification rather than concise richness. It avoids waste but also avoids substance.

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?

This is a mutation tool with 7 parameters (including resourceTypes, whose valid values are undocumented and have no enums) and an output schema. The description does not explain what event types are acceptable, whether the secret is required or auto-generated, or how team scoping works. Even though an output schema exists, the tool's behavior and parameter semantics are under-explained for a create operation of this complexity.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for parameter meaning. It does not - no mention of url, resourceTypes, secret, label, or teamId. However, the schema property names themselves (url, secret, enabled, teamId, allPublicTeams) are largely self-explanatory, and resourceTypes is reasonably inferable as 'the event types to subscribe to.' The description adds zero value here, but the schema names carry some semantic weight.

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 states a specific verb and resource: 'Create a webhook for integration events.' This distinguishes it from sibling operations like getWebhooks, updateWebhook, deleteWebhook, and rotateWebhookSecret, where the verb alone clarifies the intent. It is clear and unambiguous, though it does not explicitly contrast with the update/delete siblings.

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?

There is no guidance on when to use this tool versus the webhook siblings (getWebhooks, updateWebhook, deleteWebhook, rotateWebhookSecret). No context about prerequisites, when a webhook should be created, or when to prefer another sibling is given. The agent must infer usage entirely from the tool name and description.

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/tacticlaunch/mcp-linear'

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