franckelson-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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_profileA | Name, headline, location, time zone, languages and a summary of what this person does. |
| list_skillsC | Skills grouped by area. |
| list_projectsA | One-line summary of each project with its id. Use get_project for full detail. |
| get_projectA | Full detail on one project: what it is, how it was built, and why it matters. |
| get_servicesA | What can be hired, at what fixed price, and how long it takes. |
| get_availabilityA | Whether this person is available now, hours per week, and how soon they can start. |
| get_contactA | Preferred contact method, email, and expected response time. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct aspect of the person's professional profile: identity, skills, projects, services, availability, and contact. The list_projects/get_project pairing is clearly differentiated through explicit summary-vs-detail descriptions.
All tools follow a consistent verb_noun snake_case pattern, with get_ for single resources and list_ for collections. This is a clean, predictable convention across the entire set.
Seven tools is well-scoped for a personal professional profile server. Each tool represents a meaningful section a client would want to query, and none feels redundant or unnecessary.
The tool surface covers the full lifecycle of exploring a professional profile: who the person is, what they know, what they've done, what they offer, availability, and how to reach them. There are no obvious dead ends or missing critical operations.