26 lines
628 B
Plaintext
26 lines
628 B
Plaintext
{
|
|
"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"
|
|
} |