Skip to main content
Glama
waystation-ai

WayStation MCP Server

Official

listAirtableRecords

Retrieve records from Airtable tables with filtering, sorting, and pagination options to access and manage your data.

Instructions

Retrieves records from the specified table with optional filtering and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseIdYesID of the Airtable base
tableIdYesID of the table to get records from
fieldsNoFields to include in the response
pageSizeNoNumber of records returned in each request (1-100)
offsetNoOffset value returned from a previous request
filterByFormulaNoFilter formula to apply
sortNoSort configuration
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While it mentions 'retrieves' (implying read-only) and hints at pagination behavior, it doesn't disclose important traits like rate limits, authentication requirements, error conditions, or what the response format looks like. For a read operation with 7 parameters, this leaves significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is a single, efficient sentence that front-loads the core purpose. Every word contributes meaning, with no wasted verbiage. It could potentially be slightly more structured by separating core purpose from optional features, but it's already quite lean.

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

Completeness2/5

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

For a tool with 7 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what the tool returns, how pagination works in practice, what authentication is required, or any error handling. The agent would need to guess about important behavioral aspects despite the tool's complexity.

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 description coverage is 100%, so all parameters are documented in the schema itself. The description adds minimal value beyond what's in the schema - it mentions 'optional filtering and pagination' which corresponds to filterByFormula and pageSize/offset parameters, but doesn't provide additional semantic context. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Retrieves records') and resource ('from the specified table'), making the purpose immediately understandable. However, it doesn't distinguish this tool from other list/query tools in the sibling set (like listAirtableBases or listAirtableTables), which would require explicit differentiation to earn a 5.

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 mentions 'optional filtering and pagination' which provides some context about capabilities, but offers no guidance on when to use this tool versus alternatives like queryNotionDatabase or searchAsanaTasks. There's no mention of prerequisites, constraints, or typical use cases.

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/waystation-ai/mcp'

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