Skip to main content
Glama

VarynForge

Get project

get_project
Read-only

Get one project — its canonical name (operator-set, falling back to site brand then niche name), niche profile, target audience, current research status, and postsPerWeek (the operator’s publishing cadence, settable via set_posting_cadence; sizes the pitch report’s 90-day sequence). Address the project by name; niche.name is the market niche, not the project name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
projectIdYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • addedInput schema / properties / context
      Added value: +{
      +  "description": "One sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.",
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "projectId"
      -]New value: +[
      +  "projectId",
      +  "context"
      +]
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With readOnlyHint=true already declaring the operation is non-mutating, the description adds behavioral context beyond the annotation: it defines fallback logic for the canonical name (operator-set, falling back to site brand then niche name), clarifies field semantics (`niche.name` is not the project name), and ties postsPerWeek to pitch report sizing. It does not dwell on return structure, which is acceptable since there is no output schema but the description already describes the key returned fields. This is a meaningful contribution beyond the annotation, so a 4 is warranted.

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 compact and information-dense: two sentences cover the resource, returned fields, a cross-reference to set_posting_cadence, and the critical `name` vs `niche.name` distinction. Every clause earns its place, and the most decision-relevant facts (what is returned and how to address the project) are front-loaded.

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 read-only fetch with two parameters and no output schema, the description conveys the key returned fields, the project-addressing convention, and the postsPerWeek/pitch-report relationship. It lacks an explicit statement about the `context` parameter's role or an explicit exclusion of sibling tools, but the definition is sufficient for an agent to correctly select and invoke the tool. Given the simplicity of the tool and the annotation coverage, this is a minor gap rather than a major omission.

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?

Schema coverage is 50%: `context` is documented in the schema but `projectId` is not. The description compensates partially by clarifying which project field to use (`name` vs `niche.name`) and by explaining the meaning of `postsPerWeek`, but it does not explain the `context` parameter's intended input beyond what the schema already says. Since the description adds value beyond the schema for the semantics of the returned project data and clears a naming trap, it rises above the baseline 3, though it could have explicitly explained `context`.

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 opens with 'Get one project' and enumerates the specific fields returned: canonical name, niche profile, target audience, research status, and postsPerWeek. It also clarifies that the project is addressed by `name` and warns that `niche.name` is not the project name, which is a useful disambiguation. This clearly identifies the tool's resource and differentiates it from sibling tools like get_project_overview or get_research_status.

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 explains that postsPerWeek is the operator's publishing cadence and notes that it is settable via set_posting_cadence, implying when this read tool is relevant for sizing pitch reports. However, it does not explicitly state when to prefer this tool over sibling alternatives such as get_project_overview or get_starting_point_report, so exclusions are only implicit. That keeps it just below a 5.

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 target a distinct resource and action, and the descriptions carefully cross-reference close alternatives (e.g., add_article_suggestion vs create_article_suggestion_with_input vs accept_idea). A few brief/read variants like get_article_brief, get_write_handoff, and download_brief_markdown could still be confused despite helpful explanations, so the set is not perfectly unambiguous.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun snake_case pattern throughout: get_*, list_*, create_*, update_*, set_*, add_*, delete_*, start_*, expand_*, etc. Even the less common names like lint_draft and remap_asset are still clear verb_noun constructions.

Tool Count1/5

At 57 tools, this far exceeds the 50+ extreme threshold for a single MCP server. Even for a broad content workflow, the surface is overwhelming and would benefit from consolidation or splitting into focused servers.

Completeness4/5

The tool set covers the full content lifecycle: project setup, research runs, opportunity clustering, suggestion creation, brief generation, drafting, linting, publishing, reporting, and account management. Minor gaps exist—destinations and projects cannot be deleted via MCP, and there is no direct update for article suggestion metadata—but these are workable via the web UI or existing tools.

Resources