Skip to main content
Glama

eData4You MCP Server

list_blog_posts

Read-onlyIdempotent

List recent eData4You blog posts with titles, excerpts, dates, categories, and URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 8, max 20.
queryNoOptional title, excerpt, or category filter.
categoryNoOptional exact category filter.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds that it returns specific fields but does not disclose default ordering, pagination details, or any edge-case behaviors. With annotations covering safety, the description adds limited extra value.

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?

Single sentence with verb and resource front-loaded. No fluff; every word earns its place.

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?

Given no output schema, the description covers what the tool returns. However, it omits ordering (e.g., by date descending) and pagination behavior. For a simple list tool, it is mostly complete.

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 coverage is 100%, with adequate parameter descriptions. The description does not add meaningful semantics beyond what the schema already provides (limit default 8, max 20; optional query and category filters). Baseline 3 applies.

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?

Description clearly states the verb 'List', the resource 'recent eData4You blog posts', and specifies the returned fields (titles, excerpts, dates, categories, URLs). It distinguishes itself from sibling tools like get_blog_post (single post retrieval) and search_resources (broader search).

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?

No explicit guidance on when to use this tool versus alternatives. Sibling tools like get_blog_post and search_resources exist, but the description does not contrast them or provide usage context beyond 'recent'.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources