bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Linear
Retrieve an issue from a connected Linear workspace by identifier.
Retrieves issue details, status, assignee, team, project and labels through a fixed read-only GraphQL document. Always one upstream request at $0.0025.
Agents select this operation with tool ID linear.issue-get, 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-get",
"input": {
"body": {
"id": "YOUR-LINEAR-ISSUE-ID"
}
}
}{
"data": {
"issue": {
"id": "11111111-2222-4333-8444-555555555556",
"state": {
"name": "Backlog",
"type": "backlog"
},
"title": "Prepare launch readiness brief",
"priority": 0,
"identifier": "ENG-42",
"description": "Document the final launch risks, owners, rollback criteria and verification evidence."
}
}
}connection_required: This capability acts on your own Linear workspace, which isn't connected yet.Open connect_url, approve read access, then retry this run unchanged.invalid_input: Linear could not resolve the supplied issue id.example: {"body":{"id":"ENG-42"}}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.