Skip to content

Commit 42fac05

Browse files
committed
add toolsnaps and docs
1 parent c9289a2 commit 42fac05

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,9 @@ The following sets of tools are available (all are on by default):
421421
- **get_me** - Get my user profile
422422
- No parameters required
423423

424+
- **get_my_teams** - Get my teams
425+
- No parameters required
426+
424427
</details>
425428

426429
<details>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)