chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user