Salesforce report type discovery, field mapping, and format compatibility. Use when discovering report types, mapping UI names to API tokens, selecting report formats, or creating custom report types. Provides report type catalog, field discovery patterns, and format selection guidance.
From opspal-salesforcenpx claudepluginhub revpalsfdc/opspal-commercial --plugin opspal-salesforceThis skill is limited to using the following tools:
field-mappings.mdjoin-patterns.mdstandard-types.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
# Use MCP tools for report type operations
mcp_salesforce_report_type_list
# Describe specific report type
mcp_salesforce_report_type_describe <report-type>
| Report Type Pattern | Compatible Formats |
|---|---|
| Single object (Account, Opportunity) | TABULAR, SUMMARY, MATRIX |
| Related objects (AccountOpportunity) | TABULAR, SUMMARY, MATRIX, JOINED |
| Custom report types | TABULAR, SUMMARY, MATRIX |
| Activities | TABULAR, SUMMARY (limited MATRIX) |
# Initialize metadata cache
node scripts/lib/org-metadata-cache.js init <org>
# List all objects for report type mapping
node scripts/lib/org-metadata-cache.js list-objects <org>
# Get object fields for report type field discovery
node scripts/lib/org-metadata-cache.js query <org> <object>
See supporting files:
standard-types.md - Standard report types referencefield-mappings.md - Available fields per typejoin-patterns.md - Cross-object reporting