The Commonroom MCP Node integrates securely with Commonroom's community data API through the Scalekit MCP gateway. It enables your AI agent to create and update community objects, list objects, retrieve catalog data, and submit feedback.
Parameters
Required Parameters
- action (string): The target Commonroom MCP tool action to run. Must be one of the enabled actions:
commonroommcp_commonroom_create_object: Commonroom Create Object.commonroommcp_commonroom_get_catalog: Commonroom Get Catalog.commonroommcp_commonroom_list_objects: Commonroom List Objects.commonroommcp_commonroom_submit_feedback: Commonroom Submit Feedback.commonroommcp_commonroom_update_object: Commonroom Update Object.
Optional Parameters
- params (object): A key-value dictionary containing action-specific inputs (e.g.,
{'object_type': 'member', 'fields': {...}}).
Practical Use Cases
- Community object management: Create, update, and list Commonroom records such as members, organizations, or custom objects.
- Catalog and feedback workflows: Retrieve catalog entries and programmatically submit community feedback.