Skip to main content
Glama
capawesome-team

Ionic Framework MCP Server

Search Ionic Framework documentation

search_docs
Read-only

Search official Ionic Framework docs by keyword to get relevant page sections, titles, and URLs. Resolves questions about components, theming, integrations, CLI, and upgrades before writing code.

Instructions

Search the official Ionic Framework documentation from ionicframework.com by keyword. Use this first for any question about Ionic Framework itself — a UI component and its properties, events and CSS custom properties, theming and layout, the Angular, React and Vue integrations, navigation and routing, the Ionic CLI, or upgrading to a newer major version — because guessing a component property or a CSS variable produces markup that silently does nothing. Returns the best matching page sections with title, url, snippet, section and version, plus the parentTitle and parentUrl of the page a section belongs to. The same results are attached as structured content. Do not use this to read a whole page (call get_doc_page with a url from these results), for Capacitor core, Capacitor plugins or native iOS and Android configuration (use the Capacitor MCP server at https://capacitor-mcp.capawesome.io/mcp instead), or for Capawesome plugins and Capawesome Cloud services such as Live Updates, Native Builds and App Store Publishing (use the Capawesome MCP server at https://mcp.capawesome.io/mcp instead).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoThe maximum number of items to return, e.g. 5. Defaults to 10, maximum 25.
queryYesThe search terms, e.g. "modal dismiss" or "dark mode css variables". Plain keywords work best; no search operators are supported.
sectionNoRestrict the search to one part of the documentation, e.g. "components" for the component reference, "theming" for colors, CSS variables and layout, or "angular" for the Angular integration. Defaults to searching every section.
versionNoOptional. Ionic Framework docs version. Defaults to v9. Match the major version of @ionic/core (or @ionic/angular, @ionic/react, @ionic/vue) in the user's package.json.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

Schema Changelog

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

  1. First observedv0.0.1

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark this readOnlyHint=true and destructiveHint=false, and the description adds meaningful behavioral context beyond that: it returns best-matching page sections with specific fields, attaches results as structured content, and warns that guessing component properties or CSS variables produces silently broken markup. It also clarifies that the tool does not read whole pages, setting correct expectations for the result granularity.

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 dense but every clause earns its place: purpose, scope, return shape, structured-content note, and routing to alternatives are all included. The first sentence immediately states the verb and resource, and the exclusions are batched at the end. No filler or repetition of the schema is present.

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?

Given the tool's search behavior, rich schema, output schema, and sibling tools, the description covers everything an agent needs: what it searches, what it returns, how results should be used, and when to select a different MCP server or sibling tool. No critical operational or contextual gap remains.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the query behavior ('by keyword', 'best matching page sections') and explicitly directing agents to use returned urls with get_doc_page. It also reinforces that plain keywords work best and the tool returns structured content, which helps an agent form better queries beyond what the schema alone states.

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 ('Search the official Ionic Framework documentation from ionicframework.com by keyword') and enumerates the exact topics it covers, from UI components to migrations. It also clearly distinguishes itself from get_doc_page by specifying that search_docs returns page sections rather than whole pages. This is a precise, resource-specific purpose statement.

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?

The description explicitly says to use this tool first for any Ionic Framework question, and gives concrete exclusion cases: use get_doc_page for reading a full page, the Capacitor MCP server for Capacitor/native concerns, and the Capawesome MCP server for Capawesome Cloud services. This is model guidance with named alternatives and clear routing conditions.

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