Skip to main content
Glama
thezaynahmed

Zain Ahmed Platform MCP Server

by thezaynahmed

get_profile

Read-only

Retrieve Zain Ahmed's verified professional profile, including multi-cloud credentials, certifications, philosophy, and contacts. Filter by section to get specific details.

Instructions

Retrieve Zain Ahmed's verified professional profile, 5x multi-cloud credentials (AWS, Azure, GCP, OCI, HashiCorp), location, philosophy, and competencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoFilter section: all, bio, credentials, certifications, principles, contacts

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/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 safe read-only behavior is covered. The description adds context about what the profile contains (credentials, location, philosophy, competencies), but does not disclose additional behavioral traits such as filtering behavior, response format, or whether data is static versus dynamic.

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 concise, front-loaded sentence with no filler. It immediately names the verb and resource, then compactly lists the key profile components, making it easy for an agent to parse quickly.

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 simple read-only getter with one optional parameter, the description adequately conveys whose profile is returned and the major content areas. It does not mention the 'contacts' section from the schema or explicitly explain how the section filter behaves, but the schema covers the filter and the overall tool is low-complexity.

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?

Schema description coverage is 100%, and the only parameter, 'section', already has an enum plus a description. The tool description adds no parameter-specific meaning beyond naming broad content categories, so it does not improve on the schema.

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 identifies the resource ('Zain Ahmed's verified professional profile') and the action ('Retrieve'), and it lists several content areas. It does not explicitly distinguish itself from siblings like get_certifications or get_skills, though the term 'profile' implies an aggregate view.

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 provides no guidance on when to use this tool versus alternatives such as get_certifications, get_skills, or search_knowledge_base. There are no exclusions or conditional recommendations, so the agent must infer usage from the tool name and siblings.

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