Update from code changes: sync MCP docs with 35-tool registry#60
Open
mintlify[bot] wants to merge 1 commit into
Open
Update from code changes: sync MCP docs with 35-tool registry#60mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sweep the MCP documentation so it matches the consolidated 35-tool registry: the
breadbox://resources surface is retired, write tools have been folded together, and the operating-guidance docs are now served by aget_referencetool.Changes
mcp/overview.mdx— replaced the nine-row resources table with the orientation-reads tool list (get_overview,list_accounts,list_categories, …) and aget_reference(kind=…)table for the guidance docs; tool count corrected to 35.mcp/tools.mdx— folded the standalonecount_transactionssection into aquery_transactions(count_only=true)note; rewrote the Series table to the new five-tool surface (list_series,get_series,assign_series,update_series,unlink_series_transactions) and removed the retiredset_series_type,add/remove_series_tag,review_series,explain_series_candidates,rekey_series,split_series.mcp/reference/overview.mdx— dropped the Resources section and replaced it with a migration table mapping each oldbreadbox://URI to its new tool; documentedget_referenceand its fourkinds; renamed the overview shape heading; noted the registry is now 35 tools, 0 resources.mcp/reference/transactions.mdx— added thecount_onlyandflaggedparameters onquery_transactions; replaced thecount_transactionssection with aquery_transactions(count_only=true)note.mcp/reference/transactions-write.mdx— addedreset_categoryandflaggedparameters on theupdate_transactionsoperation shape; called out that the retired per-row tools (categorize_transaction,batch_categorize_transactions,reset_transaction_category,bulk_recategorize,flag_transaction,unflag_transaction) all fold intoupdate_transactions; added a flagging example.mcp/reference/rules-write.mdx— rewrotecreate_transaction_ruleto take arulesarray of 1–100 specs; removed the standalonebatch_create_rulessection.mcp/reference/rules.mdx,mcp/reference/categorization.mdx,mcp/reference/conventions.mdx,mcp/reference/reports.mdx— scrubbed stale references tocount_transactions,batch_create_rules, andbreadbox://report-format.guides/*,transactions/*— replacedcount_transactions(...)call sites withquery_transactions(..., count_only=true); refreshed the agent-facing Series bullets intracking-subscriptions.mdx.Context
Reflects the consolidated MCP surface shipped in canalesb93/breadbox#1872.