Skip to main content
Glama

VarynForge

List opportunities

list_opportunities
Read-only

List content opportunity clusters sorted by opportunity score. Goal filters: fast_wins, high_intent, authority_building, competitor_gap. coverage filters by site-coverage status and defaults to ["gap","partial"] — clusters the site already COVERS (ranks top-10 for a cluster keyword) are hidden unless "covered" is included (refresh candidates). Dismissed clusters (set_opportunity_status) are hidden, and keywords matching the project exclusion terms (set_excluded_terms) down-weight their cluster scores. Clusters flagged by the asset-fit assessment (fitFlag unservable_feature | off_catalog, with fitReason explaining why) are down-weighted rather than hidden — treat them as comparison-content candidates at best, never headline opportunities. Scores are normalized 0-100 against the highest-scoring visible cluster, so coverage filtering, dismissing, excluding, or fit-flagging can shift the relative numbers of other clusters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo
limitYes
cursorNo
coverageNo
projectIdYes
activeMetaClusterNo
excludeInContentPlanNo

TDQS

A4.3/5.0
Behavior5/5

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

The description shoulders the entire behavioral burden since annotations expose only readOnlyHint=true, and it delivers: hidden-by-default coverage, the exact contrast between hidden vs. down-weighted clusters, the nuanced fitFlag semantics ('treat them as comparison-content candidates at best, never headline opportunities'), and the non-obvious normalizing side effect that 'coverage filtering, dismissing, excluding, or fit-flagging can shift the relative numbers of other clusters'. This last insight about score drift is exactly the kind of subtle behavior an agent could not infer from code or annotations.

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

Conciseness5/5

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

The description is unusually information-dense without being terse — every sentence earns its place. It leads with the one-sentence definition, then progresses deliberately through filters, state-driven exclusions, fit handling, and the normalization caveat. A wall of text, but skipping it would cost the agent genuine planning capability.

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 tool this complex — 7 parameters, 2 enums, cross-tool state coupling, relative scoring — the description addresses nearly every non-obvious behavior: defaults, hiding rules, score normalization, and fit-flagging semantics. Only minor gaps remain: the cursor pagination and activeMetaCluster filtering are never mentioned, and they aren't self-explanatory from names alone. The total 0.9 must be split across the 4 coefficients carefully, so 3.7 rounds to 4.

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 description coverage, the description carries full parameter documentation burden. It explains `goal` and `coverage` (including the hidden default ["gap","partial"] and the 'covered' opt-in semantics, which no schema-derived source could convey). Given the deliberately rich write-up of the goal and coverage parameters, a 4 is the right ceiling — it does not over-explain the already-inferable numeric parameters.

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 opening sentence — 'List content opportunity clusters sorted by opportunity score' — is a model verb+resource statement that names exactly what the endpoint does and how output is ordered. It's clearly differentiated from siblings like get_opportunity_detail through the rich behavioral detail, though it never explicitly names the sibling it is not the way the top calibration example does.

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?

The description references sibling mutations (set_opportunity_status, set_excluded_terms) and explains their causal effect on this list — dismissed clusters are hidden, excluded terms down-weight scores — which tells the agent precisely how this tool composes with its siblings. It also documents the default coverage behavior (["gap","partial"]) and the 'refresh candidates' workflow. It stops short of an explicit when-not-to-use or a pointer to get_opportunity_detail for drill-down needs, but the context is genuinely clear.

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