II.
ToolDescriptor JSON
Structured · livetool-descriptor:linear.create-issue
Linear: Create Issue json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:linear.create-issue",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/linear-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Linear: Create Issue",
"description": "Create a new Linear issue.",
"inputSchema": {
"type": "object",
"required": [
"team",
"title"
],
"properties": {
"team": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"assignee": {
"type": "string"
},
"labels": {
"type": "array",
"items": {
"type": "string"
}
},
"priority": {
"type": "integer"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"identifier": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:linear.create-issue",
"to": "tool-server:mcp-linear",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-linear",
"to": "tool-descriptor:linear.create-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}