akin-portfolio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_aboutA | Get general information about Akın Coşkun: name, title, location, and professional summary. |
| get_skillsA | Get Akın's technology stack. Optionally filter by category: frontend, backend, database, auth, automation, ai, devops, tools. |
| get_projectsA | List all of Akın's projects with descriptions, tech stacks, and links. |
| get_project_detailA | Get detailed information about a specific project by name. |
| search_projectsA | Search projects by keyword. Matches against project name, description, tech stack, and highlights. |
| get_contactA | Get Akın's contact information: email, GitHub, and portfolio URL. |
| get_experience_summaryA | Get a brief summary of Akın's experience: total projects, production apps, and key technology areas. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | |
| skills | |
| projects |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: about, skills, projects list, project detail, project search, contact, and experience summary. No two tools overlap in functionality.
All tools follow the verb_noun pattern consistently: get_about, get_skills, get_projects, get_project_detail, search_projects, get_contact, get_experience_summary. The minor variation 'search_projects' still adheres to the pattern.
With 7 tools, the server is well-scoped for a portfolio. Each tool is necessary and sufficient to cover the key aspects of the portfolio without redundancy.
The tool set covers all essential portfolio information: personal intro, skills (with filtering), projects (list, detail, search), contact, and experience summary. No obvious gaps for the stated purpose.