Reference
Resources
Resources are read-only MCP objects that provide context and metadata for Sociality MCP workflows. Use them to understand the active workspace, inspect available tools, and confirm supported platforms and metrics before calling tools.
Unlike tools, resources do not perform actions or change workspace data. They are useful for setup checks, workflow planning, and safer tool usage.
Resource | URI | Description |
|---|---|---|
social_workspace_context | sociality://workspace/context | Returns team, user, and credit details. |
social_tools_catalog | sociality://tools/catalog | Lists tools with usage details. |
social_platform_capabilities | sociality://platform/capabilities | Shows channel and metric coverage. |
Using resources
- Read
social_workspace_contextbefore larger workflows to confirm the active workspace, user context, and current MCP credit status. - Use
social_tools_catalogwhen you need to inspect available tools, credit usage, or read/write behavior from the server. - Check
social_platform_capabilitiesbefore stats queries and treat it as the source of truth for metric selection, supported channels, metric names, metric descriptions, and aggregation behavior. Supported metrics and aggregation behavior can differ by platform and data type.