Skip to main content
Glama

VarynForge

Add destination

add_destination

Add a destination to a project — where the operator publishes. Pass type (website | youtube_channel | instagram | tiktok | x | linkedin | local_business) and name with state: 'detected' for a destination that already exists and belongs to the operator (website name = the domain like yourdomain.com; social types = the handle, @ optional), or state: 'planned' for one they intend to build (name is held, no live URL yet). Confirm the type and name with the operator before adding — this shapes where briefs, drafts, and lint formats anchor. A project holds up to 10 destinations; manage or remove them in the web UI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
typeNo
stateYes
projectIdYes

TDQS

A4/5.0
Behavior4/5

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

With readOnlyHint=false and destructiveHint=false, the description goes beyond by revealing side effects ('this shapes where briefs, drafts, and lint formats anchor'), the confirmation requirement with the operator, and state-specific name handling. This adds meaningful behavioral context that annotations can't convey, only slightly short of 5 for not detailing error or reject behavior.

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?

A dense but efficient single paragraph. The contrast structure ('for X vs. for Y') earns its place, and the parenthetical showing naming conventions is high-value. Slightly long due to overlapping mentions of the UI, but each sentence adds operational information — strong but not minimalist.

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 mutation tool with simple parameters and no output schema, the description covers the essential complexity (the detected/planned state machine) completely. The mention of the operator-confirmation step and the 10-item limit round out the picture. Minor omission of the 'open' state and reliance on the UI for management keep it just shy of complete.

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

Parameters4/5

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

With 0% schema coverage, the description had to compensate — and it does, richly explaining type semantics (website vs. social handle naming conventions), and the two main state values. However, it omits the 'open' state enum value and doesn't address projectId at all, leaving minor gaps in an otherwise strong parameter walkthrough.

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 opens with a specific verb+object pair ('Add a destination to a project') and immediately scopes it with 'where the operator publishes.' The two-mode behavior (detected vs. planned) is clearly the tool's distinguishing feature. It doesn't explicitly contrast against a sibling like list_destinations, keeping it from a 5, but the core purpose is unmistakable.

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?

Excellent when-to-use guidance via the detected/planned distinction: 'for a destination that already exists' vs. 'one they intend to build.' It also conveys the 10-destination limit and directs the user to the web UI for management. Deduction for not naming a specific tool-based alternative, though the operational context is thorough.

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.

TDQS

A3.8/5.0
Disambiguation4/5

Most tools have distinct purposes, but a few pairs could confuse an agent: add_article_suggestion vs create_article_suggestion_with_input, and get_article_brief vs download_brief_markdown vs get_write_handoff all deal with brief content. The detailed descriptions help disambiguate, but the overlap is real.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in lowercase snake_case (create_project, list_opportunities, generate_article_brief, lint_draft). There is no mixing of camelCase, acronyms, or vague verbs, making the naming predictable and readable.

Tool Count2/5

50 tools is excessive for an MCP server, even for a broad platform like content operations. While the scope is large, this many tools will overwhelm agents and increase latency and context cost. Most practical servers are well under 25.

Completeness4/5

The tool surface covers the full content lifecycle: project creation, research, opportunity clustering, content planning, briefs, drafting, linting, publishing, and reporting. Minor gaps exist (e.g., no delete_project, no remove_destination, no direct analytics beyond distributions), but they are workarounds or handled in the web UI.

Resources