Skip to main content
Glama
extentos

extentos

setCredential

Wire up a project's Meta DAT build identity without exposing the secret: returns a browser link for the owner to paste the API key directly into the encrypted vault, keeping it out of the agent loop.

Instructions

Start WRITE-WITHOUT-KNOWING entry of the project's Meta DAT build identity. Takes NO secret argument BY DESIGN: the value must never pass through you. Returns a browser handoff { mode: "browser", url, credentialType, currentlySet } — a link to the project's dashboard credentials page where the signed-in owner pastes the secret; it goes straight from them into the encrypted vault (you can never read it back). GATED by the project's Credentials access grant at Read+Write (default Read+Write; a permission_denied (403) means it was set to Read or Off). Account-scoped (a 401 returns account_required, run extentos-mcp login). USE to wire up a project's API key from the agent loop without ever handling the secret: show the developer the returned URL, ask them to paste + save, then confirm with getCredentialStatus. DON'T pass a key value (there is no field for it) and DON'T ask the developer to paste a secret into the chat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appPackageYesThe app's package / bundle id (project_install_id).
credentialTypeYesWhich credential to set. Only `meta_dat` (the Meta DAT build identity) exists — the assistant runs on the Extentos managed gateway and there is no provider key to supply.
Behavior5/5

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

With no annotations provided, the description fully bears the burden. It discloses that the tool is a write operation that never accepts the secret, returns a browser handoff for secure entry, and is gated by credentials access grant. It explains the security design and error responses. No contradictions with missing annotations.

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

Conciseness5/5

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

Every sentence is necessary and contributes value. The description is front-loaded with the core purpose, then systematically covers security design, return value, access control, error handling, and usage guidance. No redundancy or 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?

The description is fully complete for the tool's complexity: it explains what the tool does, how to use it, the return format, access gating, error codes, and the recommended post-step. Despite no output schema, the return shape is explicitly given. No gaps remain for an agent to misuse it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds significant context: appPackage is described as "The app's package / bundle id (project_install_id)", and credentialType explains why only meta_dat exists ("the assistant runs on the Extentos managed gateway and there is no provider key to supply"). This enriches the schema definitions.

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 verb "Start WRITE-WITHOUT-KNOWING entry" and the resource "Meta DAT build identity", distinguishing it from siblings like getCredentialStatus which confirms the credential. It emphasizes the unique design of not passing the secret.

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 guides when to use: "USE to wire up a project's API key from the agent loop without ever handling the secret." Provides clear exclusions: "DON'T pass a key value (there is no field for it) and DON'T ask the developer to paste a secret into the chat." Suggests follow-up with getCredentialStatus. Also explains error scenarios (403, 401).

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