Skip to main content
Glama
htahir1

cdtm-mcp

by htahir1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CDTM_COOKIEYesThe session cookie for internal.cdtm.com (starts with _HOST-oauth2-proxy=).

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tag_categoriesA

List the filter categories available on the CDTM portal and how many options each has. Use list_tags(category) to see the options.

list_tagsA

List available tag names for a filter category, optionally filtered by a case-insensitive substring.

Categories: skills, interests, supports ("Can Support With"), searching ("Looking For"), companies, education, cohorts (class, e.g. "Fall 2017"), locations.

search_membersA

Search CDTM community members (students + alumni).

All tag arguments take human-readable names (e.g. skills=["Machine Learning", "Agentic AI"]) which are resolved against the portal's taxonomy — use list_tags() first if unsure of exact naming. Combining filters narrows the search. Returns member cards (id, name, headline, location, cohort, tags, profile_url) plus totalCount/totalPages; pass page=2 etc. to paginate.

get_member_profileA

Fetch a member's full profile page. profile is a profile URL or the UUID from search results (e.g. '46b84902-3656-41a0-b153-a03ad211436b'). Returns the page's text content (bio, tags, links, etc.).

refresh_taxonomyA

Re-fetch the filter taxonomy from the portal (use if tags seem stale).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: listing categories, listing tags, searching members, fetching profiles, and refreshing taxonomy. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: list_tag_categories, list_tags, search_members, get_member_profile, refresh_taxonomy. The style is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a community directory. Each tool serves a necessary function without redundancy or bloat.

Completeness5/5

The set covers browsing taxonomy, searching members, and fetching detailed profiles. The read-only nature of the domain is fully supported, with no obvious gaps.

Maintenance

ActivitySlowing
ResponsivenessNo issues