list_tools
List all available tools
call_tool
Call a specific tool by name with arguments
read_resource
Read a resource by URI
list_resources
List all available resources
subscribe_resource
Subscribe to resource updates
unsubscribe_resource
Unsubscribe from resource updates
list_prompts
List all available prompts
get_prompt
Get a specific prompt by name
complete
Get completion suggestions
ping
Ping the server to check connectivity
initialize
Initialize the MCP connection
shutdown
Shutdown the MCP server
set_log_level
Set the logging level
get_log_level
Get the current logging level
list_root_directories
List root directories
add_root_directory
Add a root directory
remove_root_directory
Remove a root directory
create_message
Create a new message
send_message
Send a message
receive_message
Receive a message
list_conversations
List all conversations
get_conversation
Get a specific conversation
delete_conversation
Delete a conversation
create_conversation
Create a new conversation
update_conversation
Update a conversation
add_user_to_conversation
Add a user to a conversation
remove_user_from_conversation
Remove a user from a conversation
get_user
Get a specific user
create_user
Create a new user
authenticate_user
Authenticate a user
get_role
Get a specific role
create_role
Create a new role
assign_role_to_user
Assign a role to a user
remove_role_from_user
Remove a role from a user
list_permissions
List all permissions
get_permission
Get a specific permission
create_permission
Create a new permission
update_permission
Update a permission
delete_permission
Delete a permission
assign_permission_to_role
Assign a permission to a role
remove_permission_from_role
Remove a permission from a role
list_groups
List all groups
get_group
Get a specific group
create_group
Create a new group
update_group
Update a group
delete_group
Delete a group
add_user_to_group
Add a user to a group
remove_user_from_group
Remove a user from a group
list_channels
List all channels
get_channel
Get a specific channel
create_channel
Create a new channel
update_channel
Update a channel
delete_channel
Delete a channel
join_channel
Join a channel
leave_channel
Leave a channel
send_message_to_channel
Send a message to a channel
list_channel_messages
List messages in a channel
get_channel_message
Get a specific message in a channel
delete_channel_message
Delete a message in a channel