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.

ResourceURIDescription
social_workspace_contextsociality://workspace/contextReturns current team and user context, plus MCP credit usage, limit, and resets_at.
social_tools_catalogsociality://tools/catalogReturns the registered tool catalog, including credit usage and read-only/write status.
social_platform_capabilitiessociality://platform/capabilitiesReturns supported channels, feature coverage, metric names, metric descriptions, and aggregation behavior for account and competitor tools.

Using resources

  • Read social_workspace_context before larger workflows to confirm the active workspace, user context, and current MCP credit status.
  • Use social_tools_catalog when you need to inspect available tools, credit usage, or read/write behavior from the server.
  • Check social_platform_capabilities before 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.