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
- Create clientcreate · Create a client (customer/account), or update and reactivate an existing client with the same name. Clients are top-level entities that projects and time entries can be assigned to.RizeRize
PluginrequiredProductivity - Create contractcreate · Create a new contract for profitability tracking. Contracts define billing arrangements (hourly, retainer, fixed fee) with clients. Automatically creates the first contract period. Use get_current_user to get org_id. Pass client_name or org_client_id to link a client.RizeRize
PluginrequiredProductivity - Create expensecreate · Add an expense to a contract period. Expenses can be pass-through, delivery, or overhead. Categories: ad_spend, vendor, freelancer, software, other. Get the contract_period_id from get_contract. Metrics recompute automatically after adding.RizeRize
PluginrequiredProductivity - Create keywordcreate · Create a new keyword (auto-tagging rule). Keywords auto-tag time entries when the keyword text matches in window titles, URLs, or app names. Each keyword maps to a client, project, or task.RizeRize
PluginrequiredProductivity - Create labelcreate · Create a new label for categorizing time entries. Requires team admin role. Labels have a name, description, and AI prompt used for automatic classification.RizeRize
PluginrequiredProductivity - Create projectcreate · Create a project, or update an existing project with the same name, optionally under a client. Projects organize time entries and can be assigned to time entries directly.RizeRize
PluginrequiredProductivity - Create revenue entrycreate · Add a revenue entry to a contract period. Categories: setup_fee, consulting, upsell, adjustment, other. Get the contract_period_id from get_contract.RizeRize
PluginrequiredProductivity - Create taskcreate · Create a task, or update an existing task with the same name, optionally under a project or with a due date/reminder. Tasks are the most granular unit of work and can be assigned to team members.RizeRize
PluginrequiredProductivity - Create time entrycreate · Create a time entry with optional client, project, and task assignment. If a matching active entry overlaps the requested range, Rize extends and updates that entry instead. Supports idempotency keys to prevent duplicate entries on retry. Times must be in ISO 8601 format — convert user-local times to their timezone (provided as _user_timezone in responses) before sending.RizeRize
PluginrequiredProductivity - Delete keyworddelete · Delete (archive) a keyword. The keyword will no longer be used for auto-tagging. Use list_keywords to find the keyword ID first.RizeRize
PluginrequiredProductivity - Delete labeldelete · Delete a label by ID. Requires team admin role. The label is soft-deleted and will no longer appear in label lists.RizeRize
PluginrequiredProductivity - Delete time entrydelete · Delete a time entry by ID. Works on entries of any status (active, pending, failed, etc.).RizeRize
PluginrequiredProductivity - Dictate time entries (use add_note instead)dictate · DEPRECATED: Use add_note instead. This tool now delegates to add_note.
Start or log a time entry from natural language. Tags to client, project, and task when available.
Also saves a timeline note so Rize can use the context to improve future AI suggestions.
When saved blocks overlap matching active entries, those entries may be extended and updated.
IMPORTANT: Always provide the `blocks` parameter. Parse the user's text yourself before calling this tool.RizeRize
PluginrequiredProductivity - Generate time entriesgenerate · Generate AI time entries for a time range. Analyzes the user's actual activity — apps, websites, meetings — and uses clustering to create multiple entries based on natural activity groups. By default, skips time slots where previous entries were rejected. Rate limited: 15 per minute.RizeRize
PluginrequiredProductivity - Get AI effectiveness statsget · Get AI effectiveness metrics for time entry creation and tagging. Shows acceptance rates, tagging coverage, label coverage, AI vs manual breakdown, confidence scores, and trends. Use to assess how well Rize's AI is performing for a team or user.RizeRize
PluginrequiredProductivity - Get Rize login URLget · Returns the Rize login URL so the user can authenticate in their browser. No authentication required. Use this when the user needs to log in or connect their Rize account.RizeRize
PluginrequiredProductivity - Get contractget · Get a single contract with all its periods and profitability details.RizeRize
PluginrequiredProductivity - Get contract profitabilityget · Get profitability metrics for a specific contract in a date range. Returns revenue, costs, margin, hours, budget burn, and period dates. Use list_contracts to find contract IDs. All monetary values are in cents.RizeRize
PluginrequiredProductivity - Get current userget · Get the authenticated user's profile including name, email, timezone, default team, team memberships (team id, name, role, status), and organization info (id, name, logo, role, finance permission). Call this first to get your org_id and team_id for other tools.RizeRize
PluginrequiredProductivity - Get helpget · Get documentation on how to use Rize MCP tools. Pass a topic to get specific help, or omit for an overview. Topics: time_tracking, profitability, team_management, clients_projects, keywords, skills, reports_routines.RizeRize
PluginrequiredProductivity - Get member agent settingsget · Get another workspace member's agent settings: their personal guidance, tagging instructions, and activity summary instructions. Admins only (org admins, plus admins of an active team the member belongs to) — returns not-found otherwise. Find identity ids via list_workspace_members. For your OWN settings use get_tagging_settings.RizeRize
PluginrequiredProductivity - Get my time allocationget · Get the current user's own time allocation summary. By default returns the full view — breakdowns by client, project, task, AND label — plus totals and billable hours. Pass group_by to fetch a single breakdown, including title. For team-wide allocation (admin only), use get_team_time_allocation instead.RizeRize
PluginrequiredProductivity - Get my time tracking signalsget · Get your recent time tracking signals — the individual AI actions and user feedback events that make up your time tracking history. Returns events like entry accepts/rejects, tag suggestions, label changes, and manual edits with full metadata (reasoning, confidence, tag_type, before/after values). Use alongside get_ai_effectiveness_stats to drill into the 'why' behind aggregate metrics.RizeRize
PluginrequiredProductivity - Get organization profitabilityget · Get aggregated profitability metrics across all non-archived contracts for an organization in a date range. Returns revenue, costs, margin, and hours. For per-contract detail use get_contract_profitability. All monetary values are in cents.RizeRize
PluginrequiredProductivity - Get product documentationget · Get documentation about the Rize product itself: what Rize can do, which integrations are supported, and where to find help articles. Use this to answer questions about Rize features, integrations, platforms, or setup — never guess. Pass a `query` to search the documentation and get the matching sections back as the docs' own prose, each with a deep link — prefer this over the static topics when the question is about a specific feature, and quote the returned steps rather than paraphrasing them. Colloquial wording works: the search widens common phrasings ("clip", "overlay", "that bar") to the product's own vocabulary. Use topic "support" whenever the docs don't cover the question, the user hit a bug, or they want to request a feature — it returns where to reach a human instead of guessing. Topics: overview, integrations, docs_index, support.RizeRize
PluginrequiredProductivity - Get profitability trendget · Get monthly revenue, cost, and expense totals for a date range. Returns one data point per month across all non-archived contracts. Useful for spotting trends and comparing periods. All monetary values are in cents.RizeRize
PluginrequiredProductivity - Get report runget · Get a single report run by ID, including the parent report metadata and all AI analyses with summaries and insights.RizeRize
PluginrequiredProductivity - Get routine runget · Get a single routine run by ID, including the parent routine metadata and all briefs the run produced with their markdown bodies.RizeRize
PluginrequiredProductivity - Get skillget · Get one reusable prompt skill by ID. Use this when the user references a skill chip or a rize://skill/:id link.RizeRize
PluginrequiredProductivity - Get tagging settingsget · Get the current user's auto-tagging settings: generation mode, entry duration preferences, auto-approve threshold, which tag dimensions are automated, the custom instructions for tagging and activity summaries, and the agent guidance layered onto their runs (personal, plus their default team/workspace guidance). Read-only — use update_tagging_settings to change your own settings. Admins: manage other members via get/update_member_agent_settings, teams via update_team_agent_context, and the workspace via update_workspace_agent_context.RizeRize
PluginrequiredProductivity - Get team time allocationget · Get time allocation summary across all team members (team admin only). Returns total hours, billable hours, and breakdown by grouping, including workspace member title. Use creator_emails or member_titles to filter to specific people. Non-admins will only see their own allocation.RizeRize
PluginrequiredProductivity - Get the Rize UI mapget · Find where a control actually lives in Rize: the desktop menu bar, the Desktop Widget menu, and the app's settings panes, each as a full click path like "Widget > Show on Desktop". Use this whenever the user asks where a setting is, how to turn something on or off, or how to reach a screen — the paths come from the shipping navigation, so quote them exactly and never invent a screen that is not listed. An entry marked with an access note is only there for users who have that grant, so say so rather than sending everyone to it. Pair it with get_product_docs, which explains what a setting does; this tool says where to click. Pass a `query` to search, or omit it for the full map.RizeRize
PluginrequiredProductivity - Get time entryget · Get a single time entry by ID with all details including client, project, task, billing info, and AI confidence data.RizeRize
PluginrequiredProductivity - Get workspace time allocationget · Get time allocation across every team and person in the workspace in one call (workspace admins only; pass workspace_id from get_current_user org.id). Supports member and title grouping plus per-day buckets — ideal for workspace reports and timesheet compliance (compact member×day summaries). Day buckets use the caller's timezone. Returns total hours, billable hours, and breakdown by grouping.RizeRize
PluginrequiredProductivity - Invite team memberinvite · Invite a new member to a team by email. Sends an invitation email. Requires team admin or org admin permissions. Title is stored on the workspace member, so setting it requires org admin access. Naturally idempotent — re-inviting an existing member returns the existing record.RizeRize
PluginrequiredProductivity - List clientslist · List clients (customers/accounts) with their hourly rates and team associations. Use client IDs when creating or updating time entries.RizeRize
PluginrequiredProductivity - List contractslist · List contracts for an organization. Contracts track billing arrangements with clients including hourly rates, retainers, and profitability metrics. Archived contracts are excluded by default — pass status to filter. Use contract IDs with get_contract_profitability.RizeRize
PluginrequiredProductivity - List keywordslist · List active keywords (auto-tagging rules) for the current user. Keywords map text patterns to clients, projects, or tasks — when a keyword appears in a window title, URL, or app name, the time entry is auto-tagged to the parent entity. Must specify tag_type to scope the query.RizeRize
PluginrequiredProductivity - List labelslist · List labels available for tagging time entries. Use label IDs when updating time entries.RizeRize
PluginrequiredProductivity - List my apps and websites usedlist · List the authenticated user's own apps and websites used in a date range, sorted by time spent. Returns app name, URL, time spent, and category.RizeRize
PluginrequiredProductivity - List my calendar eventslist · List calendar events (meetings, appointments) for a single day from the user's connected calendars. Returns title, start/end times, attendees, location, and video conference link per event. For raw tracked activity (app switches, website visits) use list_my_events instead.RizeRize
PluginrequiredProductivity - List my keyword matcheslist · List deterministic keyword-rule matches over the user's tracked time in a date range. Each match is a time window where a keyword rule fired, naming the client/project/task/label it points at. Use these as ground truth when tagging or creating time entries — a keyword match covering an entry's time range is strong evidence for that tag.RizeRize
PluginrequiredProductivity - List my time entrieslist · List the current user's own time entries for a date range. For team-wide entries (admin only), use list_team_time_entries instead. Returns all statuses except rejected by default (tracking, segmenting, active, pending, generating, failed), so you can see live tracked and unprocessed time as well as reviewable suggestions. Sorted by start time with client/project/task details and formatted durations.RizeRize
PluginrequiredProductivity - List my tracking eventslist · List raw tracking events (app switches, website visits) for the authenticated user in a date range. Max 7-day range. Returns app name, URL, URL host, title, source, and timestamps. Use list_my_apps_used for aggregated summaries instead.RizeRize
PluginrequiredProductivity - List projectslist · List projects with their client associations and team info. Use project IDs when creating or updating time entries.RizeRize
PluginrequiredProductivity - List report runslist · List report runs for the current user's reports. Returns runs ordered by most recent first, with nested report metadata and AI analyses. Filter by report ID or status (pending, running, ready, failed).RizeRize
PluginrequiredProductivity - List routine runslist · List routine runs for the current user. Returns runs ordered by most recent first, with nested routine metadata and the briefs each run produced. Filter by routine ID or status (pending, running, ready, failed).RizeRize
PluginrequiredProductivity - List skillslist · List the reusable prompt skills visible to the authenticated user.RizeRize
PluginrequiredProductivity - List taskslist · List tasks with their project and assignee associations. Use task IDs when creating or updating time entries.RizeRize
PluginrequiredProductivity - List team memberslist · List team members with their workspace-level title, team roles, managers, hourly rates, and cost rates. Any team member can list: org and team admins and viewers see the whole roster, managers see their direct reports plus themselves, members see only themselves. Archived members are never returned. Rates require team admin, org admin, or finance permissions. Cost rates affect profitability calculations (delivery_labor_cost_cents).RizeRize
PluginrequiredProductivity
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.