Skip to main content
Glama
extentos

extentos

getCredentialGuide

Retrieve step-by-step credential setup for Meta DAT and BYOK AI providers, including secure key storage guidance, to move from simulator to real hardware.

Instructions

Return step-by-step credential setup for the Meta DAT build identity plus each BYOK AI provider the app integrates. Returns { metaCredentials, serviceCredentials, keyStorage, summary }: metaCredentials = { required, requiredScope: 'real_hardware_only', scopeNote, steps[], configChange: { file, keys[], example, note? } } — the requiredScope / scopeNote say Meta DAT creds are needed ONLY for builds on real Ray-Ban Meta hardware; sim/emulator dev works without them, so DON'T lead the developer through Meta's developer-portal registration until the hardware milestone. serviceCredentials = one entry per BYOK service { service, forHandlers[], steps[], codeExample }. keyStorage = platform-specific { preferredPath, fallbackPath, doNotDo[], notes[] } secure-storage guidance. Cross-links: getProductionChecklist for where these steps sit in the ship sequence, getCredentialStatus / setCredential for the account-vaulted path (secrets pasted in the dashboard, never through the agent). USE when wiring a new BYOK provider or graduating from simulator to real hardware. DON'T USE during the simulator-only dev loop (Meta DAT creds aren't needed there).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handlersNoOptional list of handler names. When provided, each provider guide labels which handlers it's for by matching name patterns (vision/translate/gemini/etc.).
platformYes
servicesNoBYOK providers the app integrates — one per integration. OPTIONAL: omit (or pass []) for the Meta-DAT-only guide (a no-BYOK app needn't invent a provider). Order doesn't matter.
Behavior5/5

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

Despite no annotations, the description fully discloses behavior: it is a read-only guide that returns structured credential setup info. It reveals that Meta DAT credentials are only needed for real hardware, not simulator. The return structure is detailed (metaCredentials, serviceCredentials, etc.) with no hidden side effects.

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 well-structured and front-loaded with the main purpose. It is somewhat lengthy but every sentence adds value. Could be slightly more concise, but overall efficient for the amount of detail.

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 complete for a guide tool: no output schema exists, but the return structure is fully detailed. It also provides usage context, cross-links, and platform-specific guidance. All relevant aspects are covered.

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 coverage is 67%, and the description adds meaning beyond the schema: it explains that omitting services returns a Meta-DAT-only guide, and clarifies handler matching by name patterns. The platform parameter is not described in schema or description beyond being required, but context is sufficient.

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 returns step-by-step credential setup for Meta DAT build identity and BYOK providers. It specifies the verb 'return' and the resource 'credential setup', distinguishing it from sibling tools like getCredentialStatus/setCredential by noting they are for the account-vaulted path.

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 states when to use: 'when wiring a new BYOK provider or graduating from simulator to real hardware.' Also states when not to use: 'DON'T USE during the simulator-only dev loop.' Provides cross-links to related tools for context.

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