You're viewing a demo portfolio

Join the waitlist
PRSM

sf_query

Active

Tool of mcp-salesforce

declared in 0.1.0

Query Salesforce records using SOQL. Returns matching records with all requested fields. Use sf_describe first to learn available fields for your object.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "SELECT Id, Name, Industry FROM Account LIMIT 10"
    },
    {
      "query": "SELECT Id, FirstName, LastName, Email FROM Contact WHERE Email LIKE '%@acme.com%'"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "SOQL query (e.g., \"SELECT Id, Name FROM Account LIMIT 10\")"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-salesforce

https://github.com/pipeworx-io/mcp-salesforce

2/7 registries
View full server →