← Registry

Developer Tools

chatdatasync.com

Provides structured access to a tracker's records and tables via API key.

1 endpoint14 known toolsCached registry data

ENDPOINT 1

https://chatdatasync.com/api/mcp

No auth detected

Known tools 14

get_sync_context

Returns the tracker name, default table, available tables, and field definitions scoped to the supplied API key.

list_records

Preferred structured retrieval tool after get_sync_context.

search_records

Fallback retrieval tool for broad natural-language requests when you cannot confidently map the request to exact table fields from get_sync_context.

summarize_records

Preferred summary tool after get_sync_context when you can map the request to exact field filters.

get_record

Reads one record from the API-key scoped tracker by ID.

create_record

Creates one record in the API-key scoped tracker.

update_record

Updates one record in the API-key scoped tracker by ID using a partial field patch.

update_records

Updates many records in one call by applying a partial field patch to each.

delete_record

Deletes one record from the API-key scoped tracker by ID.

list_trackers

Lists every tracker connected to this account, with each tracker's name, description, and ID.

create_tracker

Creates a new tracker on this account so the user can keep more than one kind of list from the same connection.

describe_schema

Returns the full editable layout of a tracker: every section (table), its fields with their type (text | number | boolean | date | time | choice | reference), whether each field is required, the allowed values for choice fields, and which section a reference field links to.

add_section

Adds a new section (table) to a tracker's layout, up to the account's plan limit.

add_field

Adds a new field to a section in a tracker's layout, up to the per-section field limit.