Skip to main content
Glama

Voice School Lesson Booking

upsert_trainer_social_link

Add or update a public round social icon link for a Voice School trainer. Requires SOCIAL_POSTS_MCP_WRITE_TOKEN as write_token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
labelNo
handleNo
platformYes
is_activeNo
coach_slugYes
write_tokenYes
display_orderNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only reveals that the operation is an upsert and requires a specific token. It does not disclose what happens to an existing link, whether the operation is idempotent, or any side effects beyond add/update.

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 concise sentence with the action and resource front-loaded. The odd 'public round' wording is slightly confusing, but otherwise there is no filler or redundancy.

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?

For an 8-parameter write tool with no annotations and no parameter descriptions, this definition is incomplete. It omits what 'public round' means, what platform values are valid, and how display_order or is_active affect behavior, leaving an agent to guess from names.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate, but it only explains write_token. The other seven parameters (coach_slug, platform, url, label, handle, is_active, display_order) are left entirely to their names and schema defaults.

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

Purpose4/5

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

The description states a specific action ('Add or update') and a specific resource ('public round social icon link for a Voice School trainer'), which clearly distinguishes it from post-publishing and channel-management siblings. The phrase 'public round' is somewhat ambiguous, but the overall purpose is still evident.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives like upsert_social_channel or create_social_post_draft. The intended use is only implied through the resource name, with no explicit conditions or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources