Skip to main content
Glama
capawesome-team

Ionic Framework MCP Server

List recent blog posts

list_blog_posts
Read-only

Retrieve the 10 newest posts from the official Ionic blog, ordered newest first, to find recent releases, announcements, and deprecations. Each post includes title, date, tags, URL, and excerpt.

Instructions

List the 10 most recent posts from the official Ionic blog, newest first. Use this when the question is about what is new — recent releases, announcements or deprecations. The blog covers both Ionic Framework and Capacitor. Returns title, date, tags, url and excerpt per post. Do not use this to answer a documentation question: the feed only carries the newest posts, so search the documentation with search_docs instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.0.1

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already establish readOnly/openWorld/non-destructive behavior. The description adds meaningful context beyond annotations: the 10-post limit, the fact that the blog covers both Ionic Framework and Capacitor, and that the feed only carries the newest posts. It does not go into depth on rate limits or pagination, but that is minor given the safety profile is already covered.

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?

Four sentences with no wasted words. The main action is front-loaded, followed by usage context, returned fields, and an explicit when-not-to-use with an alternative. Every sentence adds distinct value.

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 zero-parameter read-only tool with no output schema, the description is fully adequate: it explains what the tool does, when to use it, what it returns, and when to avoid it. An agent can invoke it correctly without any additional information.

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 zero parameters and the schema coverage is 100%, so the schema leaves nothing to clarify. The description adds no parameter details, but none are needed; per the rubric a zero-parameter tool earns a baseline of 4.

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 states a specific action ('List'), a precise resource ('the 10 most recent posts from the official Ionic blog'), and an ordering ('newest first'). It clearly differentiates from sibling documentation tools by framing this as a blog/announcement feed rather than a documentation resource.

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

Usage Guidelines5/5

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

Usage is explicitly conditioned on 'when the question is about what is new — recent releases, announcements or deprecations.' It also names a specific exclusion (documentation questions) and directs to the alternative sibling 'search_docs'.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/capawesome-team/ionic-framework-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server