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
platform-data-and-tooling-api-context-get
安装
npx skills add https://github.com/forcedotcom/sf-skills --skill platform-data-and-tooling-api-context-get