about-utkarsh-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_bioA | Get Utkarsh's high-level bio: name, title, location, years of experience, summary, and profile links. |
| get_skillsA | Get Utkarsh's technical skills, grouped by category (languages, frontend, backend, databases, infra, spoken languages). |
| get_experienceA | Get Utkarsh's professional work experience: organizations, roles/focus areas, and details of the work done. |
| list_projectsA | List Utkarsh's notable side/portfolio projects with a short description and tech stack for each. |
| get_project_detailsA | Get full details for one of Utkarsh's projects by name. |
| get_contactA | Get ways to find or contact Utkarsh (GitHub, Docker Hub, and general contact guidance). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| profile-json | Complete structured profile (bio, skills, experience, projects, contact) as a single JSON document. |
TDQS
Scored across 6 tools
Each tool retrieves a distinct piece of information (bio, skills, experience, projects, project details, contact) with no overlap in purpose, making selection unambiguous.
All tools follow a consistent 'get_' + noun pattern (e.g., get_bio, get_skills), providing a predictable and clear naming convention.
Six tools is well-scoped for a personal profile server, covering all key areas without being excessive or insufficient.
The tool set fully covers the domain of a personal portfolio: biography, skills, experience, projects (with details), and contact information, with no obvious gaps.