You're viewing a demo portfolio

Join the waitlist
PRSM

sf_describe

Active

Tool of mcp-salesforce

declared in 0.1.0

Get schema details for a Salesforce object (e.g., 'Account'). Returns field names, types, relationships, and metadata. Use before querying to understand available fields.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "object": "Account"
    },
    {
      "object": "Opportunity"
    }
  ],
  "required": [
    "object"
  ],
  "properties": {
    "object": {
      "type": "string",
      "description": "SObject type (e.g., \"Account\")"
    }
  }
}

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 →