get_project_details
Retrieves the full record for a portfolio project by name, ID, or alias. Returns role, tech stack, problem solved, challenges, outcomes, and links for flagship items, or available details for lighter entries.
Instructions
Get the full record for one portfolio item. For a flagship project this includes role, tech stack, the problem it solved, challenges and how they were solved, outcomes, and links; for a lighter item (a course report, a smaller competition entry) it returns whatever is on file — at minimum a description and its links.
Args: name: A project name, id, or known alias/alternate name — e.g. "IM Your Buddy", "knovyra", "lab handover", "NTPU OPE Assistant", or a competition name like "North Taiwan University Alliance AI Agent Competition". Matching is forgiving (case-insensitive, partial, alias-aware), so you don't need the exact id from list_projects — but calling list_projects first helps pick the right one when unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |