Skip to main content
Glama
franckyo

franckelson-mcp

by franckyo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues