Skip to main content
Glama
thezaynahmed

Zain Ahmed Platform MCP Server

by thezaynahmed

get_articles

Read-only

Retrieve in-depth articles on cloud architecture, SRE, and systems engineering. Filter by topic tag to find relevant technical deep dives.

Instructions

List in-depth architectural publications, SRE blueprints, and systems engineering deep dives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter articles by topic tag (e.g. 'kubernetes', 'soc2', 'finops', 'ai')

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 safety profile is covered. The description adds the article types returned but does not disclose ordering, pagination, or filtering behavior beyond what the schema already provides.

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?

A single, front-loaded sentence with no filler. It states the verb and resource immediately, and every word contributes to the tool's meaning.

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 list tool with one optional filter and safe-read annotations, the description is generally sufficient. It does not describe response shape or tag behavior, but no output schema exists and the resource type is clear.

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 fully documents the single optional tag parameter with examples, so schema description coverage is 100%. The description does not add parameter-level meaning, which meets the baseline for a well-covered 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 uses a clear verb ('List') and a specific resource ('in-depth architectural publications, SRE blueprints, and systems engineering deep dives'), making the tool's purpose understandable. It does not explicitly differentiate from siblings like search_knowledge_base or search_docs, but the resource types are distinct enough.

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?

There is no guidance on when to use get_articles versus alternatives such as search_knowledge_base, search_docs, or other sibling tools. The word 'List' implies a browse/retrieval use case, but no exclusions or alternative recommendations are provided.

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