analyze_stack
Compare the owner's stack against a job's required skills. Returns per-skill match with evidence and coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| required_skills | Yes | Skills the job requires. |
Compare the owner's stack against a job's required skills. Returns per-skill match with evidence and coverage.
| Name | Required | Description | Default |
|---|---|---|---|
| required_skills | Yes | Skills the job requires. |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds useful behavioral detail by specifying the return shape: per-skill match with evidence and coverage. It does not discuss failure modes, but for a read-only comparison tool this is not a major gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One efficient sentence that front-loads the action and outcome. Every word contributes meaning, with no filler or repetition of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter read-only tool, the description conveys purpose, input meaning, and output shape reasonably well. It could be more explicit about what 'evidence' means, but the definition is sufficient for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and required_skills is documented in the schema. The description reinforces that the skills are the job's required skills, aligning the parameter with the tool's purpose, but it adds no additional syntax or formatting guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb 'Compare' with clear resources: the owner's stack and a job's required skills. The output is also specified as per-skill match with evidence and coverage, which distinguishes it from sibling read tools like get_profile or get_projects.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use case is evident from the description: evaluating how well the owner's stack satisfies a job's required skills. However, it does not explicitly state when not to use it or name alternatives, leaving some inference to the agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools map cleanly to distinct content types such as profile, projects, issues, diary, experiments, and live-source verification. A few pairs like get_projects/search_projects and get_articles/verify_article touch the same subject matter, but their descriptions clarify the intended action well enough for an agent.
All tools follow a consistent snake_case verb_noun pattern: get_* for portfolio content, verify_* for external grounding, plus analyze_stack, search_projects, and simulate_architecture. There is no mixing of conventions or vague generic verbs.
18 tools is on the higher end but justified by the portfolio's breadth: content domains, project search/simulation, and open-world verification all have distinct needs. It is slightly heavy but not bloated; each tool has a discernible reason to exist.
The surface covers the full portfolio/interview domain: profile, projects, timeline, articles, repos, packages, issues, engineering history, experiments, principles, and verification. It also includes grounding against live sources, leaving no obvious dead ends for an agent answering questions about the owner.