annator / mcps /grok_com_linear /tools /get_team.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
391 Bytes
{
"name": "get_team",
"description": "Retrieve details of a specific Linear team",
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Team UUID, key, or name"
}
},
"required": [
"query"
],
"additionalProperties": false
}
}