Skip to main content
Glama
capawesome-team

Capacitor MCP Server

Search Capacitor documentation

search_docs
Read-only

Find the right Capacitor documentation by keyword. Get relevant sections with URLs, snippets, and version info to avoid broken APIs, config options, or CLI flags.

Instructions

Search the official Capacitor documentation from capacitorjs.com by keyword. Use this first for any question about Capacitor itself — the CLI, the capacitor.config file, the native Android and iOS projects, the official plugin APIs, or upgrading to a newer major version — because guessing an API, a configuration option or a CLI flag produces broken code. 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), to look up Capawesome plugins such as @capawesome/capacitor-file-picker or 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), or to look up Ionic Framework UI components (use the Ionic Framework MCP server at https://ionic-framework-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. "camera permissions android" or "live reload". Plain keywords work best; no search operators are supported.
sectionNoRestrict the search to one part of the documentation, e.g. "apis" for the official plugin references or "ios" for the native iOS guides. Defaults to searching every section.
versionNoOptional. Capacitor docs version. Defaults to v8. Match the major version of @capacitor/core 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.3/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=true. The description adds context about the return format (best matching page sections with fields) and that results are attached as structured content, providing a bit more transparency beyond the annotations without contradicting them.

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 relatively long but packed with essential usage guidance, including when to use and when not to use the tool. It front-loads the main purpose and then provides exclusions and alternatives. It is not wasteful; every sentence adds value, though it could be slightly more streamlined.

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?

The description covers the tool's purpose, scope, and exclusions thoroughly. Since an output schema exists (as noted in context signals), the description does not need to detail return values beyond mentioning the types of fields. It provides enough context for an agent to decide when and how to invoke the tool.

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 input schema provides 100% coverage of all four parameters with descriptions, including enums for section and version, and a description for query noting that plain keywords work best. The tool description itself does not add additional parameter semantics beyond what the schema already states, so 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 it searches official Capacitor documentation by keyword and returns matching page sections. It distinguishes itself from siblings by explicitly naming get_doc_page, list_plugins, and list_blog_posts as alternatives, making the tool's unique purpose unambiguous.

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?

It explicitly instructs to use this tool first for any Capacitor-related question and lists specific topics (CLI, config, native projects, plugin APIs, upgrading). It also provides clear 'do not use' guidance, directing users to get_doc_page for whole pages and to other MCP servers for Capawesome and Ionic Framework content.

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

Install Server

Other Tools

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/capacitor-mcp'

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