platform-data-and-tooling-api-context-get

Installation
SKILL.md

Salesforce Data + Tooling API Skill

This skill provides field-level reference for 2130 standard Salesforce objects across two runtime API surfaces: the Enterprise/Data API (standard sObjects you query with SOQL and modify with DML) and the Tooling API (developer/metadata-adjacent records like ApexClass, ApexCodeCoverage, TraceFlag, and EntityDefinition).

Use it to look up authoritative field names, types, and properties before writing SOQL/SOSL, building DML, or reading records at runtime — so queries and writes don't fail with INVALID_FIELD / "No such column" errors.

Standard objects only. These assets cover standard sObjects and Tooling records. Custom __c objects, and custom __c fields on standard objects, are not in this corpus — they don't exist as static docs pages. For those, describe the live org instead (sf sobject describe --sobject <Name>).

Overview

Each object is documented as a JSON file with:

Installs
957
GitHub Stars
827
First Seen
Jul 31, 2026
platform-data-and-tooling-api-context-get — forcedotcom/sf-skills