addRecord

Add a new record to a kintone app

Server kintone OAuth MCP Server on Cloudflare Workers r3-yamauchi/kintone-oauth-mcp-server-cfw
Category Write
Risk class Medium
Parameters 00 required

What addRecord does on kintone OAuth MCP Server on Cloudflare Workers

AI agents use addRecord to create or update resources in kintone OAuth MCP Server on Cloudflare Workers — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your kintone OAuth MCP Server on Cloudflare Workers environment.

Why addRecord needs a policy

This tool creates (adds) a new record, which is a reversible write operation. It modifies the database state but does not delete or execute arbitrary code. Severity is medium because unauthorized record creation could introduce data integrity issues, but the impact is typically localized to kintone app records and can be remediated by deletion.

From the tool's definition Tool name is 'addRecord' and description states 'Add a new record to a kintone app' — this creates new data in the kintone system.

Questions about addRecord

What does the addRecord tool do? +

Add a new record to a kintone app. It is categorised as a Write tool in the kintone OAuth MCP Server on Cloudflare Workers MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on addRecord? +

Register the kintone OAuth MCP Server on Cloudflare Workers MCP server in PolicyLayer and add a rule for addRecord: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches kintone OAuth MCP Server on Cloudflare Workers. Nothing to install.

What risk level is addRecord? +

addRecord is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit addRecord? +

Yes. Add a rate_limit block to the addRecord rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block addRecord completely? +

Set action: deny in the PolicyLayer policy for addRecord. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides addRecord? +

addRecord is provided by the kintone OAuth MCP Server on Cloudflare Workers MCP server (r3-yamauchi/kintone-oauth-mcp-server-cfw). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.