Summary
I'm building a flashcard/spaced-repetition tool, and I'd like users to be able to manage content (add/edit cards) from the Dashboard — with fields specific to my tool (front/back of a card), not just a generic file upload.
What I checked
I searched the SDK and docs for anything related to "dashboard" and found only one reference, in docs/tool_metadata/README.md, which is about displaying the tool's version string on the dashboard — nothing about a customizable UI or content management surface for third-party tools.
Question
Is there a way (existing or planned) for a tool to expose its own custom interface within the Dashboard — e.g. a form for adding/editing structured content — rather than just generic file upload via the File Manager? If not, is generic file upload (with the tool parsing an uploaded file, e.g. CSV) the intended way to handle this kind of use case?
Summary
I'm building a flashcard/spaced-repetition tool, and I'd like users to be able to manage content (add/edit cards) from the Dashboard — with fields specific to my tool (front/back of a card), not just a generic file upload.
What I checked
I searched the SDK and docs for anything related to "dashboard" and found only one reference, in
docs/tool_metadata/README.md, which is about displaying the tool's version string on the dashboard — nothing about a customizable UI or content management surface for third-party tools.Question
Is there a way (existing or planned) for a tool to expose its own custom interface within the Dashboard — e.g. a form for adding/editing structured content — rather than just generic file upload via the File Manager? If not, is generic file upload (with the tool parsing an uploaded file, e.g. CSV) the intended way to handle this kind of use case?