Skip to main content
Glama
ZLeventer

salesforce-marketing-mcp

sf_list_objects

List all queryable Salesforce objects with optional name filter. Filter by substring or restrict to custom objects to discover available data sources for reporting and automation.

Instructions

List all queryable Salesforce SObjects with optional name filter

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoCase-insensitive substring filter on object name
customOnlyNoReturn only custom objects (__c suffix)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It discloses that only 'queryable' objects are returned and that filters are case-insensitive. However, it does not mention permissions, side effects (though likely none), or that it is read-only, which is implied but not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence with front-loaded purpose: 'List all queryable Salesforce SObjects'. Every word is necessary; no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool, the description covers purpose and filter options. However, it does not mention the return format (e.g., object names, labels) or any limits. With no output schema, a brief note on what is returned would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides 100% coverage with descriptions for both parameters ('filter' and 'customOnly'). The description only reiterates 'optional name filter' without adding new information, so it meets the baseline but adds no extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'List' and the resource 'queryable Salesforce SObjects', with an optional filter. This distinguishes it from siblings like sf_describe_object (describes a specific object's fields) and sf_run_soql (runs a query).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly indicates when to use (e.g., discover available objects), but does not explicitly state when not to use or compare with alternatives. No guidance on exclusions or sibling comparisons.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZLeventer/salesforce-marketing-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server