Skip to main content
Glama

higpertext-render-adapters

Idempotent

Generate native adapter files for Codex, Claude, Gemini, Copilot, Antigravity, and OpenCode from the active profile.

Instructions

Genera los archivos nativos de Codex, Claude, Gemini, Copilot, Antigravity y OpenCode desde el perfil activo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assistantsNoAdapters a renderizar; vacío significa todos.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare that the tool is non-read-only, idempotent, and non-destructive. The description adds that it generates native files from the active profile, but it does not disclose where files are written or whether existing generated files are replaced. It does not contradict the 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?

The description is a single, compact sentence with the core action front-loaded. The list of assistants is necessary and not padded, making it both concise and well structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity tool with one optional parameter, the description, schema, and annotations jointly cover what is generated, from where, and the safety profile. It could be more explicit about prerequisites or the exact output/return behavior, but nothing essential 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?

The schema fully documents the single parameter 'assistants', including its enum values and the meaning of an empty array. The description enumerates the same assistant names but adds no additional semantic detail beyond what the schema already provides.

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 names a specific action ('Genera') and a precise resource ('los archivos nativos de Codex, Claude, Gemini, Copilot, Antigravity y OpenCode'), while also specifying the source ('desde el perfil activo'). This clearly distinguishes it from siblings like higpertext-generate-codex-rules, which is narrower in scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'desde el perfil activo' implies the intended context: generate adapter files from the currently active profile. However, the description does not explicitly say when to prefer this tool over its siblings or when not to use it, leaving alternative routing to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.