| { | |
| "name": "get_team_members", | |
| "description": "Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials", | |
| "inputSchema": { | |
| "type": "object", | |
| "properties": { | |
| "org": { | |
| "type": "string", | |
| "description": "Organization login (owner) that contains the team." | |
| }, | |
| "team_slug": { | |
| "type": "string", | |
| "description": "Team slug" | |
| } | |
| }, | |
| "required": [ | |
| "org", | |
| "team_slug" | |
| ] | |
| } | |
| } |