Files
github--github-mcp-server/pkg/github/__toolsnaps__/get_teams.snap
T
2026-07-13 12:37:57 +08:00

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"
}