Skip to main content
Glama
CodeAbra

iai-mcp

camouflaging_status

Read-onlyIdempotent

Analyze weekly trajectory points to detect formality register camouflaging. This read-only detector monitors register shifts without altering formality.

Instructions

Detect formality/register camouflaging via weekly trajectory points (window_size). Read-only detector; does not relax register.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
window_sizeNoWeekly points in the sliding window (default 5). Larger windows smooth the formality trend at the cost of responsiveness to recent register shifts.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
detectedNo
trajectory_slopeNo
current_meanNo
sample_countNo
camouflaging_relaxationNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds that it does not relax register, providing extra context beyond 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?

Two sentences perfectly sized and front-loaded. Every sentence adds value without redundancy.

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 the single parameter, clear description, and presence of output schema, the description is fully sufficient. No 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?

Schema describes the parameter window_size with baseline info. Description adds meaning: 'larger windows smooth the formality trend at the cost of responsiveness', which aids selection and tuning.

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 detects formality/register camouflaging using weekly trajectory points. It is distinct from sibling tools like those related to memory or events, making its purpose unambiguous.

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

Usage Guidelines4/5

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

The description indicates it is a read-only detector and does not relax register, implying it is used purely for observation. However, it does not explicitly state when to use it versus alternatives, though none closely related exist.

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/CodeAbra/iai-mcp'

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