Skip to main content
Glama
coopersully

SendGrid MCP Server

by coopersully

activate_template_version

Activate a specific version of a dynamic template to set which version is used for future email sends.

Instructions

Mutating: activate an existing dynamic template version. This changes which version is used for future sends.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
version_idYesID of the version to activate
template_idYesID of the dynamic template
Behavior2/5

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

With no annotations, the description should disclose behavioral traits beyond the schema. It only states 'Mutating' and the effect, but lacks details like whether it is reversible, any required permissions, or what happens to the previously active version.

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

Conciseness4/5

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

The description is a single sentence that conveys the core purpose without fluff. It is efficient but could benefit from slightly more context without being verbose.

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

Completeness2/5

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

Given the simplicity (2 parameters, no output schema, no annotations), the description is minimal. It lacks information about the return value or success confirmation, which would be helpful for an agent to know the outcome after invocation.

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 covers 100% of parameters with descriptions. The tool description adds no additional meaning beyond what the schema already provides, so baseline score of 3 is appropriate.

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 action ('activate'), the resource ('existing dynamic template version'), and the effect ('changes which version is used for future sends'). It distinguishes this tool from siblings like create_template_version or delete_template_version.

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?

While the description indicates the tool is mutating and its effect, it does not explicitly state when to use this tool versus alternatives or provide any prerequisites (e.g., version must exist). The usage context is implied but not fully spelled out.

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/coopersully/sendgrid-mcp'

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