Skip to main content
Glama
extentos

extentos

adoptConnectionPageFile

Seed an existing committed connection-page file into the Extentos dashboard config. Validates the file, persists it, and if the server config differs, returns needs_confirmation for a guarded overwrite.

Instructions

Adopt the committed extentos.connection-page.json UP to the dashboard/server (file → server) — the deliberate one-time seed of an existing code/file theme into the managed config. Reads the file at projectPath, validates it, and persists it (requires a linked account — run extentos-mcp login). DRIFT-PROTECTED: if the app already has a managed server config that DIFFERS from the file, it returns status: needs_confirmation with both versions and does NOT clobber — re-call with confirm: true to let the file win (or run regenerateConnectionPageFile to let the server win). Android-only for now (iOS is Phase 4). USE to seed an existing committed theme into the dashboard. DON'T USE for routine edits (author via setConnectionPageConfig / dashboard, then regenerateConnectionPageFile).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoSet true to overwrite an existing, DIFFERING server config with the committed file. Omit on the first call to get the drift check (status: needs_confirmation).
platformNoDefaults to android. iOS file-sync is Phase 4.
appPackageYesThe app's package / bundle id (project_install_id).
projectPathYesAbsolute path to the project root (required — reads app/src/main/assets/extentos.connection-page.json).
Behavior5/5

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

With no annotations, the description fully covers key behaviors: drift protection (needs_confirmation flow), required login, Android-only limitation, and that it reads a specific file. No contradictions.

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?

Thorough but efficient; each sentence adds value. Slightly long but front-loaded with core action. No wasted words.

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 no output schema or annotations, the description provides complete context: prerequisites, drift flow, platform limitations, and parameter roles. Sufficient for an agent to use correctly.

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 covers 100% of parameters. Description adds value by explaining confirm's role in overwriting, platform default, and that projectPath reads a specific file. Justifies 4 due to added context beyond schema.

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?

Clearly states the tool seeds a committed file to the server, distinguishing it from siblings like setConnectionPageConfig and regenerateConnectionPageFile by specifying 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?

Explicitly says 'USE to seed an existing committed theme' and 'DON'T USE for routine edits', providing clear when-to-use and when-not-to-use guidance, plus mentions drift protection and login requirement.

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/extentos/mcp-server'

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