Skip to main content
Glama
capawesome-team

Capacitor MCP Server

Read a documentation page

get_doc_page
Read-only

Get the full setup steps and code samples for a Capacitor docs page found via search_docs, so you can verify APIs, CLI commands, and native configuration before writing code.

Instructions

Read the full markdown of a single page of the official Capacitor documentation. Use this after search_docs to read a page end to end before writing code against a plugin API, a CLI command or a native configuration, because search snippets are deliberately short and regularly omit required setup steps. Returns the page title, its URL, the documentation version and the complete page markdown including code samples. Do not use this to find a page: it needs an exact URL or path, so run search_docs first. Do not use it for pages outside capacitorjs.com — Capawesome plugins and Capawesome Cloud are covered by the Capawesome MCP server at https://mcp.capawesome.io/mcp, Ionic Framework UI components by the Ionic Framework MCP server at https://ionic-framework-mcp.capawesome.io/mcp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe page URL or site-relative path, e.g. "https://capacitorjs.com/docs/apis/camera", "apis/camera" or "ios/configuration". An anchor is ignored; the whole page is returned.
versionNoOptional. Capacitor docs version. Defaults to v8. Match the major version of @capacitor/core in the user's package.json.

Schema Changelog

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

  1. First observedv0.0.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, and destructiveHint. The description adds behavioral detail on output (page title, URL, version, complete markdown including code samples) and notes that anchors are ignored, which goes beyond the annotation. No contradictions exist.

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 moderately long but each sentence serves a purpose: defining the action, providing usage guidance, describing output, and stating restrictions. It avoids redundancy, though it could be slightly tightened without losing clarity.

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?

The description gives complete context: when to use (after search_docs), what it returns (full markdown with code samples), and what not to use it for (finding pages, external domains) with explicit pointers to alternative tools for other domains. No critical information is missing.

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 description coverage is 100% for both parameters, with examples for url and a clear enum with default and matching guidance for version. The tool description itself adds no further parameter-level meaning beyond what is already in the schema, so a baseline 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 reads a full documentation page, with a specific verb ('read') and resource ('single page of the official Capacitor documentation'). It explicitly distinguishes itself from sibling tools like 'search_docs' (which finds pages) and the list_* tools (which list content).

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 instructs using this tool after 'search_docs' and provides clear exclusions: 'Do not use this to find a page' and 'Do not use it for pages outside capacitorjs.com', with alternative tools for other domains. This leaves no ambiguity about when to choose this tool over siblings.

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