Skip to main content
Glama

ionic-framework-mcp

Search Ionic Framework documentation

search_docs
Read-only

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 observed

TDQS

A4.2/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the main behavioral traits (safety, non-destructive, open-world) are covered. The description adds the return format ('Returns the best matching page sections with title, url, snippet, section and version, plus the parentTitle and parentUrl') which provides some transparency about output structure, but does not detail internal search behavior, ranking, or error handling. Given the annotations cover safety semantics, a score of 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, but it is somewhat long due to the detailed list of covered topics and the three 'do not use' clauses. It front-loads the core purpose and usage guidance, and the clarifications are useful for disambiguating from siblings. It earns a 4 rather than 5 because the enumeration of topics and exclusions, while valuable, could be seen as slightly verbose, though every sentence contributes meaning.

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 rich schema (4 parameters with full descriptions), clear annotations (readOnly, openWorld, non-destructive), and a descriptive output schema, the tool description fully equips an agent to decide when to use it, how to set parameters (including version matching guidance), and what to expect in the response. The description also differentiates from all sibling tools and alternative MCP servers, making the context 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?

The schema already covers 100% of parameters with descriptions, including examples for query ('modal dismiss' or 'dark mode css variables'), the meaning of section (e.g., 'components' for component reference), and the version instruction (match @ionic/core version). The description reinforces the query semantics ('Plain keywords work best; no search operators are supported') but does not add substantial new meaning beyond the schema. With full schema coverage, a baseline score of 3 is appropriate.

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 clearly states the tool's purpose: to search the official Ionic Framework documentation by keyword. It explicitly enumerates the topics covered (UI component properties, events, CSS custom properties, theming, layout, Angular/React/Vue integrations, navigation, routing, Ionic CLI, upgrading) and distinguishes itself from sibling tools by naming get_doc_page, Capacitor MCP server, and Capawesome MCP server as alternatives for different use cases.

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 gives explicit usage guidance: use this tool first for any question about Ionic Framework itself, and provides clear 'do not use' conditions (for reading whole pages, for Capacitor core/plugins/native configuration, for Capawesome plugins/cloud services) with precise alternative tools (get_doc_page, Capacitor MCP, Capawesome MCP). This leaves no ambiguity about when to select this tool over its siblings.

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.