Skip to main content
Glama
thezaynahmed

Zain Ahmed Platform MCP Server

by thezaynahmed

get_projects

Read-only

Retrieve verified enterprise cloud architecture case studies, client domains, tech stacks, and quantifiable business outcomes. Filter by category to find relevant examples.

Instructions

List verified enterprise cloud architecture case studies, client domains, tech stacks, and quantifiable business outcomes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by category: all, cloud-architecture, devsecops, ai-ml, finops

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that it returns verified case studies and associated details, but does not disclose any further behavioral traits such as pagination, filtering limits, or ordering. With annotations handling safety, the description provides a moderate amount of context beyond them.

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 core action and resource. Every word earns its place, and there is no redundant information or filler.

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

Completeness5/5

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

For a simple list operation with one optional parameter and no output schema, the description covers the essential return content (case studies, domains, stacks, outcomes) and the 'verified' qualifier. The annotations cover safety, so nothing critical is missing for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% coverage for the single 'category' parameter, including an enum and description. The tool description adds no additional meaning beyond the schema, so it meets the baseline of 3 for high schema coverage.

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 uses a specific verb ('List') and a precise resource ('verified enterprise cloud architecture case studies, client domains, tech stacks, and quantifiable business outcomes'). It clearly distinguishes from sibling tools like get_skills, get_profile, and get_certifications, and even clarifies the scope as enterprise cloud architecture, which differentiates from broader knowledge-base searches.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives like search_knowledge_base or get_services. It does not state any exclusions, prerequisites, or typical use cases beyond the bare listing of projects, leaving the agent to infer suitability from the description alone.

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