Back to tracker
Plugin tracker
Tools
Explore what tracked Claude Connectors and ChatGPT Plugins can actually do. Search by tool, Plugin, Brand, category, verb, or access requirement.
Latest snapshot2026-09-11USmethodology registry-public-v1
Searchable tools
113,017
Authless tools
7,424
Auth required
100,766
Described tools
61,166
113,017 tools
- Get Free Trial Creditsget · USE WHEN: The user asks about free trial credits for on-demand settlements.
Get merchant free trial credits for on-demand settlements.CashfreeCashfree Payments
PluginrequiredFinance - Get Instant Settlement Ratesget · USE WHEN: The user asks about the charge rate for instant/on-demand settlements.
Get instant/on-demand settlement charge rates.CashfreeCashfree Payments
PluginrequiredFinance - Get Next Settlement Dateget · USE WHEN: The user asks when the next settlement will happen or about settlement schedule.
Get the merchant's next settlement date and holiday information.CashfreeCashfree Payments
PluginrequiredFinance - Get On-Demand Daily Limitget · USE WHEN: The user asks about on-demand settlement withdrawal limits.
Get on-demand settlement maximum daily limit.
NEXT: Call get_on_demand_eligible_funds() to see the actual withdrawable amount.CashfreeCashfree Payments
PluginrequiredFinance - Get On-Demand Eligible Fundsget · USE WHEN: The user wants to know how much money can be withdrawn via on-demand settlement.
Get eligible funds for on-demand settlement withdrawal.
NEXT: Call get_on_demand_charges(requestedAmount, freeTrialRequest=false) to preview fees before withdrawal.CashfreeCashfree Payments
PluginrequiredFinance - Get On-Demand Settlement Statusget · USE WHEN: The user asks if on-demand/instant settlements are available or activated.
Get on-demand settlement activation status.
NEXT: If activated, call get_on_demand_eligible_funds() to check available balance.CashfreeCashfree Payments
PluginrequiredFinance - Get Orderget · USE WHEN: The user wants to check the status of an order or retrieve its payment session details.
Fetch order details using the order_id.
NEXT: Call get_payments_for_an_order(order_id) to see all payment attempts against this order.CashfreeCashfree Payments
PluginrequiredFinance - Get Order Extendedget · USE WHEN: The user needs extended order information including address, cart items, offers, and customer details.
Fetch extended order data using the Cashfree order_id.CashfreeCashfree Payments
PluginrequiredFinance - Get Orders for a Payment Linkget · USE WHEN: The user wants to see all orders created against a specific payment link.
View all order details for a payment link.
NEXT: Call get_order(order_id) or get_payments_for_an_order(order_id) for specific order details.CashfreeCashfree Payments
PluginrequiredFinance - Get Payment by IDget · USE WHEN: The user wants to view details of a specific payment attempt on an order.
Get payment details by order_id and cf_payment_id.
NEXT: To refund this payment, call create_refund(order_id, body={refund_amount, refund_id}).CashfreeCashfree Payments
PluginrequiredFinance - Get Payments for an Orderget · USE WHEN: The user wants to see all payment attempts made against a specific order.
View all payment details for an order.
NEXT: Call get_payment_by_id(order_id, cf_payment_id) to view details of a specific payment.CashfreeCashfree Payments
PluginrequiredFinance - Get Refundget · USE WHEN: The user wants to check the status of a specific refund.
Fetch a specific refund by order_id and refund_id.CashfreeCashfree Payments
PluginrequiredFinance - Get Report Statusget · USE WHEN: You need to check if a report is ready for download. Poll this after generate_recon_report or generate_summary_report.
Get report status and details (polling endpoint).
NEXT: If status is DONE, call download_report(reportId). If REQUESTED or IN_PROGRESS, poll again.CashfreeCashfree Payments
PluginrequiredFinance - Get Settlement Routesget · USE WHEN: The user wants to generate a Flowwise Recon report and you need the gateway route names.
Get settlement recon gateway routes.
NEXT: Use route names in generate_recon_report(reportType='flow_wise_recon_report', pg=<route_name>).
Returns:
Array of gateway route objectsCashfreeCashfree Payments
PluginrequiredFinance - Get Standard Settlement Detailsget · USE WHEN: The user wants to track where settlement money is in the banking pipeline.
Get real-time transfer timeline for specific settlements.CashfreeCashfree Payments
PluginrequiredFinance - Get Tool Guideget · USE WHEN: You are about to perform a multi-step task and need to know which tools to call and in what order.
CALL THIS FIRST before starting any complex task. Returns the recommended tool chain for a user's intent.
Describe the user's goal in natural language.
Examples:
- "search for failed transactions in the last 7 days"
- "generate a settlement reconciliation report"
- "create a payment order for 500 INR"
- "check the status of a refund"
- "verify a PAN number"
NEXT: Follow the returned step-by-step tool chain to complete the task.CashfreeCashfree Payments
PluginrequiredFinance - Get Unsettled Amountget · USE WHEN: The user asks about unsettled balance, money held by Cashfree, or pending settlements.
Get the total unsettled amount held by Cashfree.
NEXT: Call get_on_demand_eligible_funds() to check how much can be withdrawn immediately, or search_standard_settlements() for history.CashfreeCashfree Payments
PluginrequiredFinance - Get Vendor Settlement Detailsget · USE WHEN: The user wants to track where vendor settlement money is in the banking pipeline.
Get real-time transfer timeline for specific vendor (Easy Split) settlements.CashfreeCashfree Payments
PluginrequiredFinance - List Generated Reportslist · USE WHEN: The user wants to see previously generated reports or check if a report exists.
List all previously generated reports for this merchant.
NEXT: Call download_report(reportId) to get the download URL for a completed report.
DATE RANGE LIMIT: startDate and endDate must be supplied together, span 31 days
or less, fall within the last 2 years, and not extend into the future. Wider
requests are rejected with HTTP 400 — split them into 31-day chunks. Unlike the
generate_* tools, there is no financial-year option here.CashfreeCashfree Payments
PluginrequiredFinance - Search On-Demand Settlementssearch · USE WHEN: The user wants to search past on-demand/instant withdrawal settlements.
Search on-demand (instant withdrawal) settlements.
DATE RANGE LIMIT: startDate and endDate must be supplied together, span 31 days
or less, fall within the last 2 years, and not extend into the future. Wider
requests are rejected with HTTP 400 — split them into 31-day chunks.CashfreeCashfree Payments
PluginrequiredFinance - Search Orders or Get Order Detailssearch · Search for orders with filters OR fetch a specific order by IDCashfreeCashfree Payments
PluginrequiredFinance - Search Payment Transactionssearch · USE WHEN: The user wants to find, search, filter, or list payment transactions.
Search for payment transactions matching the given filters. This is the primary discovery endpoint.
NEXT: Call get_transaction_details(txId=<refId>, txTime=<txTime>) to view a specific transaction's full lifecycle.
DATE RANGE LIMIT: startDate and endDate must be supplied together, span 31 days
or less, fall within the last 2 years, and not extend into the future. Wider
requests are rejected with HTTP 400 — split them into 31-day chunks.CashfreeCashfree Payments
PluginrequiredFinance - Search Product Documentationsearch · USE WHEN: The user asks about Cashfree Developer Documentation product features, API usage, integration guides, or how something works.
Searches Cashfree Developer Documentation product documentation and returns matching help articles with titles, content, and links.
NEXT: Use the returned content to answer the user's question directly.CashfreeCashfree Payments
PluginrequiredFinance - Search Standard Settlementssearch · USE WHEN: The user wants to search settlement history, check settlement status, or find a specific settlement by UTR.
Search standard (scheduled) settlements with filtering and pagination.
NEXT: Call get_standard_settlement_details(settlementIds=<id>) to track a specific settlement through the banking pipeline.
DATE RANGE LIMIT: startDate and endDate must be supplied together, span 31 days
or less, fall within the last 2 years, and not extend into the future. Wider
requests are rejected with HTTP 400 — split them into 31-day chunks.CashfreeCashfree Payments
PluginrequiredFinance - Search Vendor Settlementssearch · USE WHEN: The user wants to search vendor split (Easy Split) settlement payouts.
Search vendor split settlement payouts (Easy Split only).
NEXT: Call get_vendor_settlement_details(settlementIds=<id>) to track vendor payouts.
DATE RANGE LIMIT: startDate and endDate must be supplied together, span 31 days
or less, fall within the last 2 years, and not extend into the future. Wider
requests are rejected with HTTP 400 — split them into 31-day chunks.CashfreeCashfree Payments
PluginrequiredFinance - Simulate Paymentsimulate · USE WHEN: The user wants to test/simulate a payment in sandbox mode.
Simulate a payment for testing. Create an order first using create_order.
NEXT: Call fetch_simulation(simulation_id) to check the simulation result.CashfreeCashfree Payments
PluginrequiredFinance - View Transaction Lifecycleget · USE WHEN: The user wants to see the full details of a specific transaction including timeline, settlement, and gateway response.
View the complete lifecycle of a single transaction.
Returns timeline events, order details, customer details, settlement info,
gateway response, and optionally EMI and OCC charge breakdowns.CashfreeCashfree Payments
PluginrequiredFinance - Archive Insight Boosterarchive · Archive (soft-delete) an insight booster project. The project becomes hidden from the default project list but remains restorable via restoreInsightBooster.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Attach Knowledge Base To Insight Boosterattach · Attach a knowledge base to an insight booster project. Existing attachments are preserved.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Clone Insight Boosterclone · Clone an existing insight booster project. The new project inherits the source's configuration, workbenches, and filters but starts with no generated reports. Returns the new project id.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create File Knowledge Basecreate · Create and run a predefined Knowledge Base flow from one or more ALREADY-UPLOADED PDF or Word (.docx) files. The format is taken from the file extension, so all files in one call must be .pdf or all .docx. Upload each file first (getFileUploadUrl → PUT the bytes to the returned url → getFileByName to confirm it is registered), then pass the stored file names here. Creates a NEW KB as a ONE-TIME run with a fixed output schema (Text + Source). Returns the new flow id immediately; the run is asynchronous and materializes the KB on completion — poll getLastFlowRunStatus. Pass insightBoosterId to auto-link the KB to that project on completion; omit it to attach later with attachKnowledgeBaseToInsightBooster. File-based KBs cannot be scheduled — the source files are fixed.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create Insight Boostercreate · Create a new insight booster project in the caller's organization. The project is seeded with a single Landscape workbench. To add more workbenches (radar, bump, matrix, scenario, growth, report), call createInsightBoosterWorkbench once per workbench after this returns, then configure each with the update…WorkbenchConfig tools. Returns the new project id those tools can target.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create Insight Booster Report Templatecreate · Create a new AI-generated report template from an existing report. Templates can later be applied to workbenches to generate new reports of the same shape.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create Insight Booster Viewcreate · Create a new view on an insight booster project. A view is a saved filter + workbench selection.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create Insight Booster Workbenchcreate · Create a new workbench within an insight booster project. A workbench holds a visualization (radar, bump, matrix, landscape, growth, or scenario) plus its config and any AI-generated report.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create News Knowledge Basecreate · Create a News Knowledge Base from ready Opoint query params. Omit `schedule` for a ONE-TIME fetch; pass `schedule` to stand up a self-refreshing flow instead, where the first run fires almost immediately (now+delay) and each subsequent run fetches fresh and creates a NEW timestamp-suffixed KB. Returns the flow id immediately; runs are asynchronous and materialize the KB on completion — poll getLastFlowRunStatus. Pass insightBoosterId to auto-link each KB to that project on completion; omit it to attach later with attachKnowledgeBaseToInsightBooster.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create Research Agent Knowledge Basecreate · Create a Knowledge Base that GENERATES its data with a research agent. You define the agent task and (optionally) placeholder variables; the agent runs once per variable combination, writing the default output columns (Text, Source, URL, Date) plus the input variables. Omit `schedule` for a ONE-TIME run; pass `schedule` to re-run the task on a cadence, where each run creates a NEW timestamp-suffixed KB. Returns the flow id immediately; runs are asynchronous and materialize the KB on completion — poll getLastFlowRunStatus. Pass insightBoosterId to auto-link each KB to that project on completion; omit it to attach later with attachKnowledgeBaseToInsightBooster.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Create Social Media Knowledge Basecreate · Create a Social-media Knowledge Base from ready Netfeedr query params and per-platform post limits. Omit `schedule` for a ONE-TIME fetch; pass `schedule` to stand up a self-refreshing flow instead, where the first run fires almost immediately (now+delay) and each subsequent run fetches fresh and creates a NEW timestamp-suffixed KB. Returns the flow id immediately; runs are asynchronous and materialize the KB on completion — poll getLastFlowRunStatus. Pass insightBoosterId to auto-link each KB to that project on completion; omit it to attach later with attachKnowledgeBaseToInsightBooster.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Delete Insight Booster Filterdelete · Delete a single filter from an insight booster project, identified by filter id and filter type.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Delete Insight Booster Report Templatedelete · Delete an AI-generated report template. Reports already generated from it are not affected.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Delete Insight Booster Viewdelete · Delete a view from an insight booster project.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Delete Insight Booster Workbenchdelete · Delete a workbench from an insight booster project.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Detach All Knowledge Bases From Insight Boosterdetach · Detach every knowledge base from an insight booster project. Irreversible without re-attaching.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Detach Knowledge Base From Insight Boosterdetach · Detach a single knowledge base from an insight booster project.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Generate Insight Booster Workbench Report From Templategenerate · Generate a new AI-generated report on a workbench by applying a saved report template. Returns the new report id.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Get File By Nameget · Resolve an uploaded file by name. Returns `{ ready: true, file }` once the file is registered in storage, or `{ ready: false }` while it is not yet available. Use this to poll after a getFileUploadUrl upload — file registration happens asynchronously once the bytes land, so a just-uploaded file may briefly report not-ready before it can be used.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Get File Upload URLget · Get a signed URL to upload a file into the org’s user-uploads storage. Step 1 of a headless upload: call this, then PUT the raw file bytes to the returned `url` with the returned `contentType` header, then poll getFileByName until it reports the file is registered (registration is asynchronous). The stored file name can then be passed to createFileKb. Note: in local/dev environments the returned url is a local filesystem path rather than an HTTP endpoint — true signed-URL uploads work in hosted (GCS-backed) environments; locally, use the app’s multipart upload instead.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Get Insight Boosterget · Fetch full details for an insight booster project by id, including workbenches, attached knowledge bases, filters, and research-bot configuration. Use this before making changes to inspect current state.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Get Insight Booster Research Bot Configget · Get the research-bot configuration for an insight booster project (allowed domains, rate limit, UI prefs).Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics - Get Insight Booster Workbenchget · Get a single workbench by id along with its current AI-generated report output.Dcipher AnalyticsDcipher Analytics
PluginrequiredData & Analytics
What is Tool Explorer?
Tool Explorer indexes the callable tool names and descriptions attached to public registry profiles. It is useful for seeing what agents can actually invoke, not just which profile exists.
How do category and verb filters work?
Category filters use the live registry category rollup. Verb filters use the public tool insights rollup, so the page stays backed by the same read models as the tracker charts.
Why do auth requirements matter?
Auth requirements show whether a tool is likely usable without account connection, requires authentication, is private, or is unknown in the current snapshot.