get_salesforce
Get Salesforce CRM data — contacts, opportunities, accounts, tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| type | No | ||
| limit | No |
Get Salesforce CRM data — contacts, opportunities, accounts, tasks.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| type | No | ||
| limit | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden but only states that it retrieves data. It does not disclose whether q is a search query, how limit behaves, what 'all' returns, or any authentication or read-only implications.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the action and resource. Every word contributes to the core meaning, with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no annotations, no output schema, and three undocumented optional parameters, the one-line description is incomplete. It leaves significant gaps around query behavior, default type, limit handling, and return format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, but it only echoes the entity types already present in the type enum. It adds no meaning for q or limit, leaving their semantics entirely unexplained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get'), a clear resource ('Salesforce CRM data'), and scopes the resource with concrete entity types ('contacts, opportunities, accounts, tasks'). This clearly distinguishes it from sibling get_* tools for other systems and from sf_create_* write tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance on when to use this tool versus alternatives like lookup_contact or sf_create_contact. The description only implies retrieval via the verb 'Get' but offers no context about search scenarios, default behavior, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.