Skip to main content
Glama

find_professors

Identify professors who match your research interests by analyzing their publications and academic profile, then receive a ranked table with relevance scores and source details.

Instructions

One-shot professor finder (RECOMMENDED entry point).

Runs the full pipeline in a single call: search candidates -> fetch multi-source details (concurrently) -> rank by relevance -> render a Markdown table.

KEYWORD PRIORITY (IMPORTANT): For precise results, split your query into topic vs domain: - topic_keywords: The specific research problem the professor MUST work on. These get scored with topic_weight (default 3x). Include synonym phrasings. Example: ["order fairness", "fair ordering", "fair transaction ordering"] - domain_keywords: The broader field/area (used as context/filter, lower weight). Example: ["blockchain", "DeFi", "decentralized finance"]

If you only provide `keywords` without topic/domain split, the server will
attempt to auto-analyze intent (via LLM if configured, else heuristics).

Args: keywords: Research interest keywords (flat list, backward-compatible). topic_keywords: Core research topic terms. Professors MUST work on this. Receives topic_weight scoring boost. Include 2-4 synonym phrasings. domain_keywords: Broader field/area terms. Used as context filter. Receives domain_weight scoring (lower than topic). topic_weight: Score multiplier for topic query hits (default 3.0). domain_weight: Score multiplier for domain query hits (default 1.0). regions: Country/region codes. Supported: US, UK/GB, JP, KR, DE, CA, AU, SG, HK, ASIA, ALL institution_tier: Filter by tier, e.g. ["R1", "Russell", "HK5"] required_keywords: Domain-anchor terms for precision gating. min_relevance: Minimum relevance score (0.0-1.0) to keep a professor. limit: Max number of professors (default 10). output_path: Path to save Markdown. Auto-generated if omitted. since_year: Only papers from this year onward (default: current_year - 7).

Returns: dict with markdown, ranked_professors, total, saved_to, homepage_resolution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordsYes
regionsNo
institution_tierNo
required_keywordsNo
min_relevanceNo
limitNo
output_pathNo
since_yearNo
topic_keywordsNo
domain_keywordsNo
topic_weightNo
domain_weightNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully bears the burden. It details the pipeline steps: search, concurrent multi-source detail fetching, relevance ranking, and Markdown table rendering. It also explains keyword weighting and scoring. It doesn't cover rate limits or auth, but overall it's transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-structured with a clear summary, a highlighted important section, and a bulleted args list. It front-loads the purpose and key instructions. Minor redundancy could be trimmed, but it's well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 12 parameters and no output schema, the description is very complete. It explains the full pipeline, return value structure (including keys like markdown, ranked_professors, total), and important constraints like concurrent fetching and auto-analysis fallback.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description extensively explains every parameter, especially the most critical ones (topic_keywords, domain_keywords, weights). It provides usage examples and clarifies the role of each parameter, far beyond the schema property titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states this is a 'One-shot professor finder (RECOMMENDED entry point)' and explains it runs a full pipeline including search, concurrent fetch, ranking, and Markdown rendering. It distinguishes itself from siblings like search_professors by being the comprehensive entry point.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides excellent guidance on how to split keywords into topic vs domain for precise results, including examples. It also explains fallback behavior if only keywords are given. While it doesn't explicitly say when not to use it or directly compare to siblings, the guidance is clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Wrennnn2/ProfessorFitMCP'

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