Skip to main content
Glama

aya_framework_integridade_validar

Validate project integrity by recalculating SHA-256 from INTEGRITY_MANIFEST to identify missing, altered, or unmanifested files.

Instructions

Recalcula SHA-256 do INTEGRITY_MANIFEST e detecta arquivos ausentes, alterados ou nao manifestados.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden — and it only partially delivers. It discloses the core checks but leaves mutation ambiguity ('Recalcula' could mean it rewrites the manifest or merely compares hashes), does not state prerequisites (must INTEGRITY_MANIFEST exist?), and does not describe failure behavior or 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.

Conciseness5/5

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

A single sentence with zero filler: the action (recalculate SHA-256) is front-loaded and the detection outcomes follow immediately. Every clause carries information; no wasted words.

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

Completeness3/5

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

For a parameterless tool, the intent is largely captured, but with no output schema and no annotations, the agent cannot infer the result format (report? boolean? exit code?) nor whether the manifest gets updated. The mutation ambiguity and missing return contract are the main gaps.

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?

The input schema has zero parameters, so per baseline there is nothing the description must compensate for. Schema coverage is vacuously 100% and no parameter semantics are needed.

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 uses specific verbs ('Recalcula SHA-256', 'detecta') tied to a named resource (INTEGRITY_MANIFEST) and enumerates exact detection outcomes (arquivos ausentes, alterados ou nao manifestados). This level of specificity distinguishes it from similar siblings like aya_framework_drift_validar or aya_templates_validar_hash without needing to open any schema.

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

Usage Guidelines2/5

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

The description gives no guidance on when to invoke this tool, when not to, or which alternative to prefer. Given ~80 siblings with overlapping validation semantics (drift_validar, workspace_auditar, governanca__auditar, mirrors_validar), an agent has no signal to choose between them.

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/testesvibecodeing/AyA-MCP'

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