salesforce-mcp-server

metadata-retrieve

Retrieve specific Salesforce metadata components, such as Flows, CustomObjects, or ApexClasses, by specifying type and names. Integrates with Salesforce via the MCP server for streamlined data access.

Instructions

Retrieve metadata components from Salesforce

Input Schema

NameRequiredDescriptionDefault
fullNamesYesArray of component names to retrieve
typeYesMetadata type (e.g., Flow, CustomObject)

Input Schema (JSON Schema)

{ "properties": { "fullNames": { "description": "Array of component names to retrieve", "items": { "type": "string" }, "type": "array" }, "type": { "description": "Metadata type (e.g., Flow, CustomObject)", "enum": [ "CustomObject", "Flow", "FlowDefinition", "CustomField", "ValidationRule", "ApexClass", "ApexTrigger", "WorkflowRule", "Layout" ], "type": "string" } }, "required": [ "type", "fullNames" ], "type": "object" }

You must be authenticated.

Other Tools from salesforce-mcp-server

Related Tools

ID: y9k3w9grtk