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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/htahir1/cdtm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server