Skip to main content
Glama

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask_about_meA

Ask any question about this person and get an answer based on their complete profile. Covers: bio, career history, skills, projects, interests, personality, goals, and FAQ. Examples: 'What programming languages do they know?', 'Where do they work?', 'What books have they written?'

search_profileA

Search across the entire personal profile for a keyword or phrase. Searches through: name, bio, job titles, companies, skill names, project names, article titles, book titles, social links, FAQ answers, and more. Returns matching fields with their location in the profile.

Prompts

Interactive templates invoked by user choice

NameDescription
introduce_meGenerate a warm, professional 2-paragraph introduction for Your Name based on their career, skills, projects, and interests
summarize_careerWrite a concise career summary for Your Name covering work experience, key skills, and professional growth
technical_profileDescribe Your Name's technical skills, programming languages, frameworks, tools, and notable technical projects
collaboration_fitEvaluate whether Your Name would be a good fit for a specific project based on their skills, experience, interests, and availability

Resources

Contextual data attached and managed by the client

NameDescription
profile-identityName, bio, location, email, website, and social media links. Use this to learn who this person is and how to contact them.
profile-careerWork history, job titles, companies, education, and certifications. Use this to understand professional background and expertise.
profile-skillsProgramming languages (with proficiency levels), technical skills, frameworks, and tools. Use this to evaluate technical capabilities.
profile-interestsHobbies, topics of interest, favorite subjects. Use this to understand what this person cares about beyond work.
profile-personalityPersonality traits, values, work style preferences, MBTI type, strengths. Use this to understand communication and collaboration style.
profile-goalsShort-term, medium-term, and long-term personal and professional goals. Use this to understand aspirations and direction.
profile-projectsOpen-source projects, published books, articles, packages, and creative work with links. Use this to see what this person has built.
profile-faqPre-answered questions about this person — reading habits, published works, online presence, timezone, languages spoken. Use this for quick facts.

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: 'ask_about_me' answers natural language questions, while 'search_profile' performs keyword search. There is no overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern using snake_case (ask_about_me, search_profile), making the naming predictable and clear.

Tool Count4/5

With only 2 tools, the server is slightly thin but still well-scoped for querying a personal profile. The tools are comprehensive enough to cover the intended use cases.

Completeness4/5

The tools cover both Q&A and keyword search adequately for a read-only profile assistant. Minor gaps exist (e.g., no explicit list tool), but they are not critical.

Maintenance

ActivitySlowing
ResponsivenessNo issues