Skip to main content
Glama
HamishLacmane

nocodb-mcp-connector

create_records

Insert one or more records into a NocoDB table. Accepts a single record or a list of records for batch creation.

Instructions

Create one or more records in a table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordsYesSingle field-map (field name -> value, using field names from get_table_schema) to create one record, or a list of field-maps to batch-create.
table_idYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions batch creation ('one or more') but does not disclose potential side effects, permissions required, error behavior, or whether created records receive IDs. A mutation tool with zero annotation coverage should provide more behavioral context.

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, concise sentence with no filler. It effectively conveys the core purpose without waste.

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?

This is a mutation tool with no annotations, no output schema, and an undocumented required parameter (table_id). The description does not cover return values, failure modes, or any prerequisites such as needing to call get_table_schema first. It is incomplete for safe and correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 50%: only 'records' has a description, while 'table_id' is not described. The tool description adds no parameter-level explanation beyond the schema. With half the parameters undocumented and no description compensation, parameter semantics are weak.

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 'Create one or more records in a table' clearly states the action (create), the resource (records), and the scope (a table). It distinguishes from sibling tools like update_records and delete_records through the verb 'create' and supports both single and batch creation.

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 for inserting new records but does not explicitly state when to use this tool versus alternatives like update_records or when not to use it. No exclusions or alternative recommendations are provided, leaving the agent to infer from the verb 'create'.

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/HamishLacmane/nocodb-mcp-connector-py'

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