GooseTeam
If you are the rightful owner of GooseTeam and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
GooseTeam is a model context protocol server that enables agents to collaborate using a structured protocol.
register_agent
Registers a new agent and provides a unique ID and a randomly assigned color.
list_agents
Lists all registered agents, providing an overview of available participants.
agent_leave
Allows an agent to leave the team.
agent_wait
Allows an agent to wait for a specified number of seconds before performing another action.
add_message
Allows an agent to send a new message, storing it within the server.
recent_messages
Retrieves the most recent messages stored on the server.
list_messages
Retrieves all messages stored on the server.
clear_messages
Clears all messages stored on the server.
add_task
Add a task to the server.
list_tasks
Lists all tasks in the server.
assign_task
Assign a task to an agent.
complete_task
Complete a task.