Skip to main content
Glama
vinkius-labs

Salesforce Marketing Cloud MCP

by vinkius-labs

sf_search_campaigns

Read-only

Find Salesforce Marketing Cloud campaigns by name to view details including status, type, dates, leads, contacts, budget, and actual cost.

Instructions

[INSTRUCTIONS] Queries the Campaign sObject. Returns campaign name, status (Planned/In Progress/Completed/Aborted), type (Email/Conference/Webinar/Advertisement), start/end dates, number of leads generated, contacts converted, budgeted cost, and actual cost. Use when the user asks about marketing initiatives, campaign performance, or budget spend.

Search Salesforce marketing campaigns by name to find initiatives with status, type, budget, and lead/contact conversion metrics. [READ-ONLY]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesCampaign name keyword
limitNoMaximum results (default: 20)
Behavior4/5

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

Annotations already declare readOnlyHint=true. Description reinforces with '[READ-ONLY]' and describes return payload, adding value beyond annotations.

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

Conciseness3/5

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

Description is somewhat verbose with a list of fields, but structured with instructions and read-only tag. Could be more concise.

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?

Given 2 params and no output schema, description covers purpose, usage, and return values adequately. Missing mention of default limit (20) but schema handles that.

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?

Schema coverage is 100%, so params are fully documented. Description adds minimal extra meaning, only reiterating 'name keyword'. Baseline 3 applies.

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 it queries the Campaign sObject and lists specific returned fields (name, status, type, dates, metrics). It distinguishes from siblings by being a search-by-name tool.

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

Usage Guidelines4/5

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

Explicitly states when to use: 'when the user asks about marketing initiatives, campaign performance, or budget spend.' Provides read-only context but lacks explicit when-not-to-use or alternatives.

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/vinkius-labs/salesforce-marketing-mcp'

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