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
- list_tagslist · List all tags in the user's Heptabase knowledge base with card counts and hierarchy.
USE WHEN:
- You need to discover what tags exist before drilling into a specific tag
- User asks "what are my tags?" or "how is my knowledge organized?"
- You want to find the right tag ID before calling list_cards
RETURNS:
- All tags grouped by tag group (if any)
- Card count per tag
- Parent-child tag hierarchy
- Tag IDs for use with list_cards or read_database
STRATEGY:
- Call this first to discover tags, then use list_cards with tagIds to list a specific tag's cards
- Use read_database when you need a tag database's property schema or views
- Use the optional nameFilter to narrow results if the user mentions a topicHeptabaseHeptabase
PluginrequiredProductivity - list_whiteboardslist · List the user's whiteboard hierarchy with lightweight object counts and pagination.HeptabaseHeptabase
PluginrequiredProductivity - place_whiteboard_objectsplace · Automatically place up to 100 existing objects on a whiteboard. Split larger batches across calls. Accepted objectType values are card, journal, pdfCard, imageCard, videoCard, audioCard, and webCard. The batch is packed left-to-right immediately to the right of persisted content, and every valid item creates a new instance even when it is already present. This auto-only phase does not infer Section membership or adjust Sections, neighboring objects, connections, or lint. Retrying may create duplicates.HeptabaseHeptabase
PluginrequiredProductivity - read_databaseread · Read a tag database configuration by database ID, tag ID, or both, including its property schema, views, filters, sorts, select options, and relation targets.HeptabaseHeptabase
PluginrequiredProductivity - read_imageread · Read an image referenced by read_object. Pass the file and source object fields from the image reference.HeptabaseHeptabase
PluginrequiredProductivity - read_journal_rangeread · Read existing daily journal entries within an inclusive date range from the user's Heptabase knowledge base, oldest first.
USE WHEN:
- User asks about their journal entries during a time period
- User wants to see what they wrote in past days, weeks, or months
- User needs to review their daily notes
IMPORTANT CONSTRAINTS:
- Each call can retrieve at most 92 days (approximately 3 months)
- For longer periods, make multiple calls
- Dates use YYYY-MM-DD format. Both startDate and endDate are inclusive.HeptabaseHeptabase
PluginrequiredProductivity - read_objectread · Read a specific object from the user's Heptabase knowledge base. Use this after another tool returns an object ID. Text content uses 1-based absolute line numbers for reference; the number prefixes are not part of the content. Use offset and limit to continue reading long content. For a PDF card, this returns metadata; use read_pdf to read its pages.HeptabaseHeptabase
PluginrequiredProductivity - read_pdfread · Read specific pages from a parsed PDF card in the user's Heptabase knowledge base. Page numbers are 1-indexed and inclusive.HeptabaseHeptabase
PluginrequiredProductivity - read_system_manual_pageread · Read the Heptabase system manual. Read `concepts` before using other Heptabase tools. Read `hepta_markdown` before calling `create_object`, `append_to_journal`, or `edit_object_content`; it defines the required rich-text syntax for tables, object mentions, and text or background colors. Read `properties` before inspecting or editing database properties. Omit `path` to list all three pages.HeptabaseHeptabase
PluginrequiredProductivity - read_whiteboardread · Read a whiteboard's structure or object content from the user's Heptabase knowledge base. Use structure mode to inspect its organization, or content mode to read and analyze the objects on it.HeptabaseHeptabase
PluginrequiredProductivity - render_cardsrender · Present one or more already-selected Heptabase cards in an interactive UI. Use discovery or read tools first, then pass only the cards that are important to the user. Supports notes, journals, PDF, video, audio, image, web cards, and highlights.HeptabaseHeptabase
PluginrequiredProductivity - search_by_keywordsearch · Search the user's entire main Heptabase Space by exact keywords or short phrases. It searches titles and supported text content, while PDFs, video cards, and audio cards are title-only. Results include concise object summaries and matching excerpts; use read_object or read_pdf for complete content.HeptabaseHeptabase
PluginrequiredProductivity - search_by_semanticsearch · Search the user's Heptabase space semantically using a natural-language query. Use this for ideas, concepts, or meanings that exact keywords may miss. Results contain concise object summaries and excerpts; use read_object or read_pdf when complete content is needed. This does not search tags or whiteboards.HeptabaseHeptabase
PluginrequiredProductivity - search_object_contentsearch · Search literal or regex text inside one known object in the user's Heptabase knowledge base. Returns excerpts with absolute 1-based line numbers, marks matching lines with `*`, and searches stored parsed page content for PDF cards. Use another search tool or read_object first to obtain the object ID and type.HeptabaseHeptabase
PluginrequiredProductivity - update_database_card_membershipupdate · Add up to 200 cards to an existing Heptabase tag database. Use list_tags or read_database to get the database ID or tag ID. Use card listing, search, read, or create results to get card IDs. Repeated additions are skipped. Remove is not yet supported.HeptabaseHeptabase
PluginrequiredProductivity - Abort Cron Job Executionmittwald · Abort a cronjob execution.mittwaldmittwald
PluginrequiredDeveloper Tools - Copy Appmittwald · Copy an app within a project.mittwaldmittwald
PluginrequiredDeveloper Tools - Create API Tokenmittwald · Create a new API token.. API tokens can be used to authenticate API requests.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Backupmittwald · Create a new backupmittwaldmittwald
PluginrequiredDeveloper Tools - Create Backup Schedulemittwald · Create a backup schedule.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Cron Jobmittwald · Create a cronjob.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Delivery Boxmittwald · Create a new delivery box.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Mail Addressmittwald · Create a new mail address.mittwaldmittwald
PluginrequiredDeveloper Tools - Create MySQL Databasemittwald · Create a new MySQL database.mittwaldmittwald
PluginrequiredDeveloper Tools - Create MySQL Usermittwald · Create a new MySQL user for a database.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Projectmittwald · Create a new project.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Redis Databasemittwald · Provision a new Redis database within a project.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Registrymittwald · Create a new registry in Mittwald.mittwaldmittwald
PluginrequiredDeveloper Tools - Create SSH Keymittwald · Create and import a new SSH key.. Generates a new SSH key pair and imports the public key.mittwaldmittwald
PluginrequiredDeveloper Tools - Create SSH Usermittwald · Create a new SSH user.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Virtual Hostmittwald · Create a domain virtualhost.mittwaldmittwald
PluginrequiredDeveloper Tools - Create Volumemittwald · Create a new named volume inside a project stack.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Backupmittwald · Delete a backupmittwaldmittwald
PluginrequiredDeveloper Tools - Delete Backup Schedulemittwald · Delete a backup schedule.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Containermittwald · Delete a container.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Cron Jobmittwald · Delete a cronjob.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Delivery Boxmittwald · Delete a delivery box.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Mail Addressmittwald · Delete a mail address.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete MySQL Databasemittwald · Delete a MySQL database.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete MySQL Usermittwald · Delete an existing MySQL user.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Projectmittwald · Delete a project.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Registrymittwald · Delete a registry from Mittwald.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete SSH Keymittwald · Delete an SSH key.. Permanently removes the specified SSH key.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete SSH Usermittwald · Delete an SSH user.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Stackmittwald · Delete a stack.mittwaldmittwald
PluginrequiredDeveloper Tools - Delete Virtual Hostmittwald · Delete a domain virtualhost.mittwaldmittwald
PluginrequiredDeveloper Tools - Deploy Stackmittwald · Deploy a docker-compose YAML configuration to a Mittwald stack. Accepts docker-compose format and converts it to Mittwald's native format. IMPORTANT: This is a declarative API - the provided configuration REPLACES the entire stack. Any services or volumes not included will be DELETED. You MUST first read the existing stack configuration (using mittwald_stack_get) before updating, then merge your changes with the existing services/volumes to avoid data loss.mittwaldmittwald
PluginrequiredDeveloper Tools - Execute Cron Jobmittwald · Execute a cronjob.mittwaldmittwald
PluginrequiredDeveloper Tools - Get API Token Detailsmittwald · Get a specific API token.. Retrieves information about a specific API token.mittwaldmittwald
PluginrequiredDeveloper Tools - Get App Detailsmittwald · Get details about an app installation.mittwaldmittwald
PluginrequiredDeveloper Tools
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.