Skip to content

Change Data in AGENT

DATA is now a write-capable lane inside AGENT, not a separate selectable mode or provider pipeline.

AGENT can provide complete non-executable guidance: mappings, validation steps, safety checks, rollback planning, and pseudocode. The free version does not reveal exact executable write SQL or create an Execute card.

  1. Ask AGENT for the record or schema change in precise FileMaker terms.
  2. AGENT resolves the target file and metadata, then prepares one exact FileMaker write plan with concrete parameters.
  3. Native validation derives the statement class, risk, scope, impact preview, target binding, revision binding, and digest.
  4. Genie presents the sealed result as a Review & Execute card.
  5. The user clicks Execute and approves a fresh native confirmation.
  6. Genie revalidates the file, revision, schema, and digest immediately before mutation.

Typing confirmation text in the composer does not execute a change. External MCP clients may validate, preview, or stage the same plan, but they cannot Execute it.

The current path supports exact FileMaker-native DML and supported DDL, including focused record changes, CREATE TABLE, and supported one-column ALTER TABLE operations. Genie does not automate Manage Database, create table occurrences or relationships, create layout shells, change privileges, or create indexes.

Generated sample rows must use concrete reviewed parameter sets with an exact count. SQL randomness and unresolved generators are rejected.

  • Full-table and destructive operations receive stronger warnings and confirmation.
  • File identity is preserved as an exact decimal string; it is never rounded through JavaScript.
  • DML runs through the immediate native SQL bridge.
  • FileMaker Pro DDL is dispatched through the sealed idle queue one request at a time.
  • Execution stops on the first failure and preserves partial receipts.
  • Genie never infers success when verification was skipped or failed.