Skip to main content
Glama
ayush-s-tomar

Portfolio MCP Server

get_flagship_project

Retrieve Ayush's flagship project to quickly assess his skill level from his portfolio.

Instructions

Get Ayush's flagship/best project — the one to look at first for a quick sense of his skill level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Get' which implies a read operation, but it doesn't mention what happens if no flagship project exists, whether it returns a summary or full details, or any side effects. For a simple read tool this is minimal but still lacking.

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 a single, well-structured sentence that front-loads the action and resource, then adds context. Every word is useful and there is no redundancy.

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 is simple with no parameters and no output schema. The description explains the purpose and what it returns (the flagship project), but doesn't clarify the return format or any error conditions. Given the simplicity, it's adequate but not exhaustive.

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?

There are 0 parameters, so the description adds no parameter-specific meaning, which is appropriate. The baseline for 0 parameters is 4, and the description doesn't need to elaborate on any inputs.

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 clearly states the verb 'Get' and the resource 'Ayush's flagship/best project', and adds the purpose ('the one to look at first for a quick sense of his skill level'). It distinguishes itself implicitly from siblings like list_projects and get_project_details by focusing on a single, curated project, but doesn't name them explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it: when you want a quick sense of skill level. It doesn't explicitly state alternatives or when not to use it, but the purpose is reasonably clear. No exclusions or comparisons to siblings are given.

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