Skip to main content
Glama
kintone

kintone MCP Server

Official
by kintone

Delete Form Fields

kintone-delete-form-fields

Delete form fields from a kintone app preview to resolve lookup field issues. Removes up to 100 fields per operation, excluding status, assignee, and category. Verify field codes first.

Instructions

Delete form fields from a kintone app (preview environment only). Maximum 100 fields can be deleted at once. Cannot delete status, assignee, or category fields. Useful for recreating lookup fields when updates fail. Use kintone-get-form-fields first to verify field codes. Changes require kintone-deploy-app to apply to live app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesThe ID of the app to delete form fields from (numeric value as string)
fieldsYesArray of field codes to delete
revisionNoExpected app configuration revision number. If the specified revision number does not match the current app's revision, an error will occur and the update will not be performed. If not specified or set to '-1', the revision number will not be checked.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
revisionYesThe new revision number after deletion

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.9.3
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • changedOutput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observedv1.4.0

TDQS

A4.4/5.0
Behavior4/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 of behavioral disclosure. It discloses preview-environment-only behavior, the 100-field limit, forbidden field types, and the requirement to deploy for live-app impact. This is strong for a destructive mutation tool, though it stops short of discussing irreversibility or exact error behavior.

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?

Four concise sentences, each delivering distinct value: action/scope, field-count limit, field-type restrictions, and the necessary companion operations. No filler or repetition; the most important information is front-loaded in the first sentence.

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 the fully described schema and presence of an output schema, the description covers the key operational caveats: preview-only, limits, restrictions, verification step, and deploy requirement. It may not enumerate all undeletable built-in field types, but it provides enough context for an agent to invoke the tool correctly.

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 coverage is 100%, so the baseline is 3. The description adds meaningful constraints beyond the schema: 'Maximum 100 fields can be deleted at once' and 'Cannot delete status, assignee, or category fields', which inform the fields parameter. This extra context justifies a 4.

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 opens with a specific verb and resource: 'Delete form fields from a kintone app'. It also adds scoping details (preview environment only) and restrictions (cannot delete status, assignee, or category fields), which clearly distinguishes it from sibling tools like kintone-add-form-fields and kintone-update-form-fields.

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 gives actionable workflow guidance: use kintone-get-form-fields first to verify field codes, and use kintone-deploy-app to apply changes to the live app. It also mentions a specific use case ('recreating lookup fields when updates fail'). It does not explicitly contrast with add/update alternatives, but the guidance is clear enough for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/kintone/mcp-server'

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