@@ -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+
1819Search 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+
2225Get detailed information about a specific speaker.
26+
2327- ** Input** : ` query ` (string) - The unique ID of the speaker.
2428
2529#### ` search_speaker_by_name `
30+
2631Search for a speaker by their name.
32+
2733- ** Input** : ` query ` (string) - The speaker name to search for.
2834
2935#### ` gen_session_share_url `
36+
3037Generate 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+
3645Search 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+
4152Search 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+
4558Search 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+
5166Get the SITCON Code of Conduct (CoC) policies and guidelines.
5267
5368#### ` get_theme `
69+
5470Get the SITCON 2026 Theme and its concept.
5571
5672#### ` get_sitcon_info `
73+
5774Get the introduction and spirit of SITCON (Students' Information Technology Conference).
5875
5976## Getting Started
0 commit comments