18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
{
|
|
"annotations": {
|
|
"idempotentHint": false,
|
|
"readOnlyHint": true,
|
|
"title": "Get teams"
|
|
},
|
|
"description": "Get details of the teams the user is a member of. Limited to organizations accessible with current credentials",
|
|
"inputSchema": {
|
|
"properties": {
|
|
"user": {
|
|
"description": "Username to get teams for. If not provided, uses the authenticated user.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"name": "get_teams"
|
|
} |