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 current team and user context, plus MCP credit usage, limit, and resets_at. |
social_tools_catalog | sociality://tools/catalog | Returns the registered tool catalog, including credit usage and read-only/write status. |
social_platform_capabilities | sociality://platform/capabilities | Returns supported channels, feature coverage, metric names, metric descriptions, and aggregation behavior for account and competitor tools. |
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.