mobile-docs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_mobile_docsA | Search Android (Jetpack/androidx/Compose) and Apple (SwiftUI/UIKit) docs. Args: query: what you're looking for, e.g. "animate lazy list item". platform: "android" | "apple" | "" for both. target_version: version the project targets (e.g. "1.6.0" for androidx, "16.0" for iOS). Results the target can't use are filtered out unless include_unavailable is true, and each hit is annotated with its availability status for that version. include_unavailable: keep results not yet available at target_version. limit: max results. |
| get_api_referenceB | Full reference card for a symbol: signature, summary, availability, and any deprecation/migration pointer. Use exact names ("NavigationStack", "animateItem") for best results. |
| verify_api_existsA | Anti-hallucination check. Confirms whether an API is real AND usable on a specific version before an agent writes code against it. Args: name: symbol name, e.g. "scrollTargetBehavior" or "animateItem". target_version: the version to check against ("17.0", "1.6.0", "34"). platform: "android" | "apple" | "" to search both. Returns a verdict: available / deprecated / not-yet-available / unknown, with the migration target when relevant. |
| list_api_versionsB | Show the availability timeline (since / deprecated / removed) for a symbol and its migration lineage. |
| get_release_notesA | Retrieve release-note chunks describing what changed. Good for "what's new in Compose 1.7" or "SwiftUI iOS 17 changes". |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/asif786ka/mobile-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server