Skip to main content
Glama
Vishu-ak

resumeforge

by Vishu-ak

Suggest bridge projects

suggest_bridge_projects
Read-only

Designs realistic, company-themed portfolio projects to close skill gaps, complete with stack, day-by-day plan, resume bullets, and interview talking points.

Instructions

Designs realistic, company-themed portfolio projects that close specific skill gaps in days. Each comes with a stack, a day-by-day build plan, resume bullet templates (fill with real measured numbers), and interview talking points. Use it for more or different project ideas than analyze_gaps returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNo
jd_textYes
max_projectsNo
missing_skillsNoSkills to close. Defaults to the JD's must-haves missing from candidate_skills.
candidate_skillsNoSkills the candidate already has

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read-only operation. The description adds no additional behavioral context beyond describing the output (stack, plan, resume bullets, talking points). It does not discuss limitations, side effects, or external dependencies. Since annotations cover the read-only aspect, the description is adequate but not rich, so a 3 is appropriate.

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 concise and front-loaded, stating the core purpose in the first sentence. The second sentence explains the output components and usage context. No wasted words; every sentence earns its place.

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

Completeness3/5

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

The tool has 5 parameters, 1 required, and no output schema. The description explains the output format (stack, day-by-day plan, resume bullet templates, interview talking points) but does not explain how parameters like company or max_projects influence the output, nor does it clarify the meaning of 'jd_text' or 'missing_skills' beyond what the schema partially covers. The description is adequate for a basic call but lacks detail on parameter usage and return structure.

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 only 40% (only missing_skills and candidate_skills have descriptions). The tool description does not explain parameters like company, jd_text, or max_projects, nor does it clarify how they affect output. With low schema coverage, the description should compensate by explaining parameters, but it does not, leaving a significant gap.

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 tool's purpose: designing realistic portfolio projects that close skill gaps. It specifies the resource (projects), the action (designs), and the context (company-themed, bridging gaps). It also differentiates from sibling analyze_gaps by noting it provides more or different project ideas, making it easy for an agent to distinguish.

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 gives explicit guidance on when to use this tool: for more or different project ideas than analyze_gaps returned. It provides a clear context and references the sibling tool. However, it does not mention when NOT to use it or list other alternatives, so it lacks full exclusions.

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