chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"annotations": {
|
||||
"idempotentHint": false,
|
||||
"readOnlyHint": true,
|
||||
"title": "Get team members"
|
||||
},
|
||||
"description": "Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"org": {
|
||||
"description": "Organization login (owner) that contains the team.",
|
||||
"type": "string"
|
||||
},
|
||||
"team_slug": {
|
||||
"description": "Team slug",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"org",
|
||||
"team_slug"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "get_team_members"
|
||||
}
|
||||
Reference in New Issue
Block a user