bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Linear
Create an issue in a connected Linear workspace with team, title and optional fields.
Creates one Linear issue through a fixed GraphQL mutation. Supports an optional description, priority, state, assignee, cycle, labels and project; it cannot delete or archive issues. Always one upstream request at $0.0025.
Agents select this operation with tool ID linear.issue-create, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
dataobjectReturned data value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "linear.issue-create",
"input": {
"body": {
"input": {
"title": "Audit customer onboarding drop-off",
"teamId": "YOUR-LINEAR-TEAM-ID",
"priority": 2,
"description": "Identify the highest-friction onboarding step and propose one measurable correction."
}
}
}
}{
"data": {
"issueCreate": {
"issue": {
"id": "11111111-2222-4333-8444-555555555557",
"state": {
"name": "Backlog",
"type": "backlog"
},
"title": "Audit customer onboarding drop-off",
"priority": 2,
"identifier": "ENG-43",
"description": "Identify the highest-friction onboarding step and propose one measurable correction."
},
"success": true
}
}
}connection_required: This capability acts on your own Linear workspace, which isn't connected yet.Open connect_url, approve read and write access, then retry this run unchanged.invalid_input: Linear requires a valid team id and non-empty issue title.example: {"body":{"input":{"teamId":"team-uuid","title":"Investigate failed checkout"}}}Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.