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-12USmethodology registry-public-v1
Searchable tools
113,018
Authless tools
7,424
Auth required
100,766
Described tools
61,167
113,018 tools
- Get recent AuroraReach community sightings/check-insget · Returns recent AuroraReach community check-ins (public sighting reports only - no private user data) within an explicit time window (`since`/`until` in the response), scoped to a location, an optional radius around it, a country, or globally if neither is given. Answers "are people currently seeing auroras near X?" with real community reports rather than a forecast. Each check-in includes only the public fields AuroraReach's own API returns - never exact device GPS or contact details.AuroraReachAuroraReach
PluginnoneTravel & Hospitality - Get the best historical times to see aurora at a locationget · Answers "when is the best month/week/weekday/hour to visit <place> for aurora?" using AuroraReach's historical sighting-report activity grouped by the requested time bucket. Explicitly a historical pattern, not a forecast or a guarantee - always presented with that caveat.AuroraReachAuroraReach
PluginnoneTravel & Hospitality - Plan an aurora-viewing experienceplan · The flagship AuroraReach planning tool - answers "help me maximize my chance of seeing the northern lights tonight/tomorrow and show me something I can book" in one call. Combines AuroraReach's forecast (score, recommendation, best window, weather), an opinionated ranking of nearby viewing locations and alternatives, recent community sightings, historical context, the canonical AuroraReach page, and (by default) relevant bookable offers matched to the plan's destination and timing. Everything is drawn from AuroraReach's existing forecast/location/community/offers REST endpoints - nothing here is fabricated.AuroraReachAuroraReach
PluginnoneTravel & Hospitality - Search AuroraReach locationssearch · Resolve a place name (or browse a country) into AuroraReach location ids. Use this FIRST whenever a user gives a place by name (e.g. "Rovaniemi", "Tromso", "somewhere in Iceland") before calling any other AuroraReach tool - every other tool that takes a "location" accepts the `id` this returns. Returns each match's id, name, region/country/continent, coordinates, timezone, canonical AuroraReach URL, and a few relevant offers for the top match.AuroraReachAuroraReach
PluginnoneTravel & Hospitality - Should I go outside for the aurora?should · A single opinionated yes/maybe/no answer to "should I go outside for the aurora tonight?" for a location, built entirely from AuroraReach's own forecast engine (same as get_aurora_forecast) - not a separate scoring system. Includes the score, a confidence estimate, tonight's best viewing window, plain-language reasoning, the underlying conditions, and (by default) relevant offers in case the answer is "yes, and here is something to book". Prefer this over manually combining get_aurora_forecast + get_current_conditions for a direct recommendation.AuroraReachAuroraReach
PluginnoneTravel & Hospitality - Where should I go for the aurora?where · Ranks nearby destinations for aurora viewing from an origin and explains why each one outranks the alternatives, using the same forecast-based ranking as find_best_viewing_locations. Prefer this framing for "where should I go" style questions where the traveller is deciding between destinations rather than just wanting a ranked list; includes relevant offers by default.AuroraReachAuroraReach
PluginnoneTravel & Hospitality - Get Kundli by Kundli Codeget · Get Kundli by Kundli CodeAstrologer JyaiJyai
PluginnoneConsumer & Lifestyle - search_flightssearch · Use this tool when the user asks about flights, flying, air travel,
plane tickets, airfare, airline schedules, or booking a trip between
two cities or airports. Also call this tool when the user expresses
intent to travel somewhere by air even if the word "flight" is not
used — e.g. "I want to go to Goa next weekend", "trip to Dubai",
"fly home for Diwali", "cheapest way to Bangalore tomorrow", "how
much to reach Delhi by plane". Default to calling this tool for any
inter-city / international travel request unless the user clearly
means train, bus, or car.
Searches real-time flight inventory and returns fare options, a
30-day nearby-date fare calendar, and direct booking links rendered
as an interactive widget. Backed by live Akbar Travels inventory with
prices in INR. Supports one-way and round-trip, domestic and
international sectors, cabin classes Economy / Premium Economy /
Business / First, and up to nine passengers per query.
Results render entirely in the widget (cards, filters, sort, booking
flow). A short confirmation in chat is enough; do not restate
individual fares or itineraries since the widget already displays them.
If a required field is unclear (origin airport, destination airport,
or travel date), ask one short clarifying question, then call the
tool. Call once per user request; do not loop or retry within the
same chat turn. You may call it again after the user sends a new
message.
Do not ask the user for any personal details (name, email, phone,
passport, or payment information). Only the search parameters are
needed; booking is completed later on Akbar Travels.
Conditions:
1. Total passengers count cannot be more than 9
2. Infant count cannot be more than adult count
3. Past dates are not allowed
4. For round-trip, return_date must be on or after onward_date
Returns:
A ToolResult. The model-visible summary follows the declared
output_schema (compact, capped at NUMBER_OF_FLIGHTS_TO_SHOW per leg);
the widget receives the full payload via meta.AkbarTravelsAkbar Travels
PluginnoneTravel & Hospitality - find_similar_assetsfind · Primary similarity search for assets by name, serial number, or model - use this first for asset lookups.CryotosCryotos
PluginrequiredOperations - find_similar_locationsfind · Primary location lookup tool that searches location name using backend similarity-search.CryotosCryotos
PluginrequiredOperations - get_all_departmentsget · List departments. Params: page, size.CryotosCryotos
PluginrequiredOperations - get_all_project_budgetsget · Get project records. Params: page, size. Use before schedule creation with projectId.CryotosCryotos
PluginrequiredOperations - get_all_statesget · Get all states with codes. No params.CryotosCryotos
PluginrequiredOperations - get_all_tagsget · Get schedule tags (mandatory for schedules). Params: page, size. Fetch before schedule creation.CryotosCryotos
PluginrequiredOperations - get_all_usergroupsget · List user groups. Params: page, size.CryotosCryotos
PluginrequiredOperations - get_all_usersget · List system users. Params: page, size.CryotosCryotos
PluginrequiredOperations - get_asset_timeline_wise_downtimeget · Overall asset maintenance/downtime reliability timeline. Returns a time series of asset
availability and reliability metrics per bucket: availableHours, breakdownOccurrence, breakdownHours,
MTTR (mean time to repair), MTBF (mean time between failures), and availability %.
Date behaviour:
- is_yearly_filter=True (DEFAULT): monthly buckets across a 12-month window starting at from_date.
- is_yearly_filter=False: daily buckets across a single month; set from_date to the 1st of the
preferred month to view that month.
- from_date is optional (YYYY-MM-DD). If omitted, it defaults to Jan 1 of the current year.
Note: to_date is derived server-side from from_date + is_yearly_filter and cannot be set here.
Optional filters (all AND-combined): asset_id (when omitted, only active assets are included),
department_id, location_id, location_path (ltree subtree; takes precedence over location_id),
category_id, customer_id, workflow_id.CryotosCryotos
PluginrequiredOperations - get_asset_wise_downtimeget · Asset-wise downtime MIS dashboard: one paginated row per asset with reliability KPIs
(breakdownOccurrence, breakdownHours, MTTR, MTBF, lostHours, availableHours, availability, workOrderCount).
Date behaviour:
- is_yearly_view=True (DEFAULT): 12-month window starting at start_date.
- is_yearly_view=False: single-month window; set start_date to the 1st of the preferred month.
- start_date is optional (YYYY-MM-DD). If omitted, it defaults to Jan 1 of the current year.
start_date is required by the backend (it derives the end date from it), so it is always sent.
Optional filters (all AND-combined): asset_id, location_id, location_path (ltree subtree; takes
precedence over location_id), category_id, department_id, customer_id, workflow_id.
Pagination: page>=0, size 1-50.CryotosCryotos
PluginrequiredOperations - get_assets_by_filterget · Search assets by text. Params: search_text (optional), page, size.CryotosCryotos
PluginrequiredOperations - get_categories_by_filterget · Search asset categories. Params: search_text, page, size.CryotosCryotos
PluginrequiredOperations - get_companies_by_filterget · Search companies (CUSTOMER type). Params: search_text, page, size.CryotosCryotos
PluginrequiredOperations - get_dashboard_statusget · Get request status counts. Mandatory: from_date, to_date (YYYY-MM-DD), request_type (ALL/WORK_REQUEST/SCHEDULE_REQUEST). Conditional: category_id→category_path, location_id→location_path, company_id→company. Optional: workflow_id, priority, asset_id, department_id, hold_by_id, raised_by_id, state_id, usergroup_id, workflow_tag_id, project_id.CryotosCryotos
PluginrequiredOperations - get_email_templatesget · Get active email templates. Optional: search_text, page, size.CryotosCryotos
PluginrequiredOperations - get_employee_efficiencyget · Get assigned employee efficiency. Mandatory: from_date, to_date, request_type. Same filters as get_dashboard_status. Pagination: page≥0, size 1-50.CryotosCryotos
PluginrequiredOperations - get_form_wise_employee_efficiencyget · Get form/checklist efficiency metrics. Same params as get_employee_efficiency.CryotosCryotos
PluginrequiredOperations - get_inventory_abctype_summaryget · Inventory count, parts count, and cost grouped by ABC classification (A/B/C). All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_department_summaryget · Inventory count, parts count, and cost grouped by department. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_inward_outward_summaryget · Monthly inward vs outward movement counts and cost (time series by year-month). All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_location_consumptionget · Consumption (outward) count and cost broken down by location and spare. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_location_summaryget · Inventory count, parts count, and cost grouped by location. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_low_stockget · Spares currently below their minimum quantity (low-stock list) with parts count, minimum quantity, and cost. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_most_usage_summaryget · Most-consumed spares ranked by outward (consumption) count and cost. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_priority_summaryget · Inventory count, parts count, and cost grouped by spare priority. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_sparegroup_summaryget · Inventory count, parts count, and cost grouped by spare group / inventory tag. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_stock_healthget · Inventory count, parts count, and cost grouped by stock health status (e.g. healthy / low / out of stock / excess). All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_summaryget · Inventory KPI summary tiles: total inventory count, parts count, total cost, and low-stock / out-of-stock / excess-stock part counts. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_inventory_supplier_summaryget · Parts count and cost grouped by supplier. All filters are optional: location_id (int), warehouse_id (int), from_date and to_date (YYYY-MM-DD). Omit filters to get an unscoped dashboard view.CryotosCryotos
PluginrequiredOperations - get_license_dashboard_summaryget · License dashboard summary counts across the whole organization: total, expired,
critical (renewal within 7 days), expiringSoon (8-30 days), upToDate (>30 days),
thirtyToSixtyDays, sixtyPlusDays, active, and inactive. Counts are relative to today's date.
Note: this endpoint aggregates over ALL licenses in the tenant and does not apply any filter.CryotosCryotos
PluginrequiredOperations - get_licenses_by_filterget · Search licenses with filters, paginated. All filters optional and AND-combined:
search_text (matches license name/description), license_tag_id, asset_id, location_id,
active (bool), user_id (int, matches the license's assigned users), and a date filter driven by
request_type. Date behaviour: request_type='expiring' returns licenses whose renewal_date is between
from_date and to_date; any other non-'all' request_type (e.g. 'expired') returns licenses with
renewal_date < from_date; request_type='all' or omitted applies no date filter. Dates are YYYY-MM-DD.
Pagination: page>=0, size 1-50. Returns a paginated list of licenses.CryotosCryotos
PluginrequiredOperations - get_locations_by_filterget · Search locations by filters. Optional: customer_id, search_text, parent_location_id, page, size. Validation: page≥0, size 1-50.CryotosCryotos
PluginrequiredOperations - get_raised_employee_efficiencyget · Get efficiency of users who raised requests. Same params as get_employee_efficiency.CryotosCryotos
PluginrequiredOperations - get_stock_ledgerget · Stock (inventory) ledger: paginated per-transaction inward/outward movement history for spares/parts, with received & issued quantity, rate, gross, running available quantity, and request/supplier/MRN references. All filters optional and AND-combined: warehouse_id (int), inventory_id (int), filter_date (YYYY-MM-DD; filters a SINGLE calendar day, not a range), voucher (one of INWARD, OUTWARD, OPEN_STOCK, EXCESS_STOCK, SHORTAGE_STOCK, MATERIAL_RECEIPT_NOTE, TRANSFER_IN, TRANSFER_OUT). Pagination: page>=0, size 1-50.CryotosCryotos
PluginrequiredOperations - get_template_by_workflow_idget · Get schedule template by workflow. Mandatory: workflowId. Returns: single template DTO.CryotosCryotos
PluginrequiredOperations - get_work_requests_by_filterget · Retrieve work requests. Optional: locationId, status (Yet to Create/Closed/WIP/Rejected), fromDate, toDate, raisedById, searchFilter, assetId, companyId, categoryId, priority, isPublicWorkRequest, manager, supervisor, page, size.CryotosCryotos
PluginrequiredOperations - get_work_requests_summaryget · Get work requests summary filtered by date range and optional filters. Mandatory: fromDate, toDate (YYYY-MM-DD). Optional: companyId, categoryId, assetId, raisedById, isPublicWorkRequest.CryotosCryotos
PluginrequiredOperations - get_workflow_groupsget · List workflow groups/tags. Params: page, size.CryotosCryotos
PluginrequiredOperations - get_workflows_by_filterget · Search workflows by type. Mandatory: templateType (workRequest OR scheduleTemplate). Optional: search_text, page, size.CryotosCryotos
PluginrequiredOperations - search_departmentssearch · Search departments (URL-encoded query). Params: query (mandatory), page, size.CryotosCryotos
PluginrequiredOperations - Analyze expensesanalyze · Analyze complete monthly, quarterly or yearly expense trends.AI ExpenseEmuInbox
PluginrequiredFinance - Commit expense importcommit · Save the confirmed single invoice by resubmitting the exact recognition result and current source file.AI ExpenseEmuInbox
PluginrequiredFinance
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.