query_records
returns { targetOrg, records }
How to use it
query_records is exposed by the Salesforce MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the query_records tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Salesforce MCP Server
$
npx @advanced-communities/salesforce-mcp-serverOther tools in Salesforce MCP Server (4)
get_apex_test_results
returns { targetOrg, summary, tests, codecoverage }
list_connected_salesforce_orgs
returns { devHubOrgs, production, sandboxes, scratchOrgs, totalOrgs }
sobject_describe
returns { targetOrg, name, label, fields, childRelationships, recordTypeInfos, ... }
sobject_list
returns { targetOrg, sobjects }