Skip to main content
Glama
loticdigital

Airtable MCP Server

by loticdigital

list_cached_schemas

Retrieve all cached schemas with their cache IDs and metadata to view schema storage status and cache details.

Instructions

List all cached schemas with their cache IDs and metadata

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, the description carries the full burden. It states a list operation (read-only), but does not disclose any potential side effects, permissions, or constraints. The behavioral traits beyond the surface are absent.

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, well-formed sentence with no extraneous words. It directly conveys the tool's action and output, meeting conciseness criteria perfectly.

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?

Given no output schema and no annotations, the description sufficiently defines the tool's purpose. However, it does not explain what 'cached schemas' are or why listing them might be useful, which could be enhanced for better completeness.

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?

There are no parameters, and schema coverage is 100% (empty schema). The description adds no parameter details, but none are needed. Baseline score of 4 applies as the schema fully covers the input.

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 verb 'List' and the resource 'cached schemas' with the output details (cache IDs and metadata). It is distinct from sibling listing tools like list_bases, list_tables, etc., which list different entities.

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 does not provide explicit guidance on when to use this tool vs alternatives, but given it is a simple list with no parameters, the usage context is somewhat implied. However, it lacks any comparative or situational hints.

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/loticdigital/airtable-mcp'

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