Developer Tools
chatdatasync.com
Provides structured access to a tracker's records and tables via API key.
ENDPOINT 1
https://chatdatasync.com/api/mcp
Known tools 14
get_sync_contextReturns the tracker name, default table, available tables, and field definitions scoped to the supplied API key.
list_recordsPreferred structured retrieval tool after get_sync_context.
search_recordsFallback retrieval tool for broad natural-language requests when you cannot confidently map the request to exact table fields from get_sync_context.
summarize_recordsPreferred summary tool after get_sync_context when you can map the request to exact field filters.
get_recordReads one record from the API-key scoped tracker by ID.
create_recordCreates one record in the API-key scoped tracker.
update_recordUpdates one record in the API-key scoped tracker by ID using a partial field patch.
update_recordsUpdates many records in one call by applying a partial field patch to each.
delete_recordDeletes one record from the API-key scoped tracker by ID.
list_trackersLists every tracker connected to this account, with each tracker's name, description, and ID.
create_trackerCreates a new tracker on this account so the user can keep more than one kind of list from the same connection.
describe_schemaReturns 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_sectionAdds a new section (table) to a tracker's layout, up to the account's plan limit.
add_fieldAdds a new field to a section in a tracker's layout, up to the per-section field limit.