Skip to main content
Glama
CodeAbra

iai-mcp

schema_list

Read-onlyIdempotent

List induced schemas from sleep consolidation. Filter by domain and minimum confidence to narrow results.

Instructions

List induced schemas (Tier-0 + Tier-1) from sleep consolidation. Read-only. Filter by domain and confidence_min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoOnly return schemas tagged with this domain (e.g. 'coding'). Omit to return schemas across all domains.
confidence_minNoMinimum parsed confidence (0.0-1.0). Default 0.0 returns all schemas; raise to 0.5+ to filter out low-evidence candidates.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemasNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds important behavioral context: schemas are 'induced from sleep consolidation' and belong to Tier-0 and Tier-1. This supplements the annotations, though the safety profile is already well-covered.

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, front-loaded sentence broken into clear statements: action, scope, read-only, filters. Every word earns its place; no redundancy or fluff. Highly efficient for an AI agent.

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?

The tool has an output schema, so return values are covered. The description covers the action, data source, read-only nature, and available filters. It lacks mention of pagination or output format, but given the presence of an output schema, this is acceptable. Could be slightly more thorough but is adequate.

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?

Schema description coverage is 100%, with both 'domain' and 'confidence_min' already well-documented in the input schema (e.g., 'Only return schemas tagged with this domain'). The description mentions 'Filter by domain and confidence_min' but adds no new semantics beyond summarizing what the schema already conveys.

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?

Description clearly states 'List induced schemas (Tier-0 + Tier-1) from sleep consolidation', specifying a concrete verb and resource. The mention of read-only and filters further clarifies purpose, and the tool name 'schema_list' aligns well. No tautology, and it distinguishes from sibling tools like memory_recall by specifying schemas induced from sleep consolidation.

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 description implies usage context (after sleep consolidation) but does not explicitly differentiate from sibling tools like memory_recall_structural. No when-not-to-use guidance or alternative recommendations are provided. The read-only tag is present but not contrasted with mutation tools.

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