Skip to content

Commit 9abb232

Browse files
committed
fix: prettify
1 parent 9a98e5d commit 9abb232

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,45 +15,62 @@ A Model Context Protocol (MCP) server for accessing SITCON 2026 session, speaker
1515
### Session & Speaker Tools
1616

1717
#### `search_sessions`
18+
1819
Search for sessions in the SITCON 2026 agenda.
20+
1921
- **Input**: `query` (string) - Keywords to match against titles, descriptions, tags, or speakers.
2022

2123
#### `search_speaker_by_id`
24+
2225
Get detailed information about a specific speaker.
26+
2327
- **Input**: `query` (string) - The unique ID of the speaker.
2428

2529
#### `search_speaker_by_name`
30+
2631
Search for a speaker by their name.
32+
2733
- **Input**: `query` (string) - The speaker name to search for.
2834

2935
#### `gen_session_share_url`
36+
3037
Generate a shareable URL for a specific session.
38+
3139
- **Input**: `sessionId` (string) - The ID of the session.
3240

3341
### Team Tools
3442

3543
#### `search_member_by_team`
44+
3645
Search for a team member by their team name and optionally role.
46+
3747
- **Input**: `teamName` (string) - The team name to search for.
3848
- **Input**: `role` (string, optional) - The optional role to filter by.
3949

4050
#### `search_member_by_name`
51+
4152
Search for a team member by their name.
53+
4254
- **Input**: `name` (string) - The name to search for.
4355

4456
#### `search_member_by_description_and_link`
57+
4558
Search for a team member by their description or link.
59+
4660
- **Input**: `query` (string) - The keyword to search in description or link.
4761

4862
### Conference Info Tools
4963

5064
#### `get_code_of_conduct`
65+
5166
Get the SITCON Code of Conduct (CoC) policies and guidelines.
5267

5368
#### `get_theme`
69+
5470
Get the SITCON 2026 Theme and its concept.
5571

5672
#### `get_sitcon_info`
73+
5774
Get the introduction and spirit of SITCON (Students' Information Technology Conference).
5875

5976
## Getting Started

0 commit comments

Comments
 (0)