We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9289a2 commit 42fac05Copy full SHA for 42fac05
README.md
@@ -421,6 +421,9 @@ The following sets of tools are available (all are on by default):
421
- **get_me** - Get my user profile
422
- No parameters required
423
424
+- **get_my_teams** - Get my teams
425
+ - No parameters required
426
+
427
</details>
428
429
<details>
pkg/github/__toolsnaps__/get_my_teams.snap
@@ -0,0 +1,12 @@
1
+{
2
+ "annotations": {
3
+ "title": "Get my teams",
4
+ "readOnlyHint": true
5
+ },
6
+ "description": "Get details of the teams the authenticated user is a member of.",
7
+ "inputSchema": {
8
+ "properties": {},
9
+ "type": "object"
10
11
+ "name": "get_my_teams"
12
+}
0 commit comments