Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

Co-Author Graph

co_author_graph
Read-only

Analyze co-authorship networks by inputting author IDs to reveal collaboration edges, papers count, and last collaboration year, supporting conflict detection and community exploration.

Instructions

Find the co-authorship neighborhood of one or more authors. Given a list of author_ids, returns edges {from, to, papers_count, last_collab_year} where 'from' is one of the input authors and 'to' is any co-author appearing on a shared paper within the window. Use for AC reviewer triage (find conflicts), disambiguating researchers (who do they actually work with?), or expanding an author seed into a research community. window_years defaults to 10. Result is capped at 500 edges, sorted by papers_count DESC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
author_idsYesAuthor IDs to query (1-25). Get author IDs via the find_author tool.
window_yearsNoOnly count co-authorships from the last N years (default 10, max 30).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queried_author_idsNo
window_yearsNo
edge_countNo
edgesNoCo-authorship edges {from, to, papers_count, last_collab_year}.
Behavior5/5

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

Annotations already indicate readOnlyHint and destructiveHint, but the description adds important behavioral details: returns specific edge fields, default window_years=10, result capped at 500 edges sorted by papers_count DESC. There is no contradiction with annotations.

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

Conciseness5/5

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

The description is concise (two sentences), front-loads the purpose before details, and contains no unnecessary words. Every sentence adds value.

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 that the output schema exists (covering return fields), the description adequately explains the purpose, parameters, behavioral constraints, and use cases. No gaps are present.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description goes beyond schema by advising to 'Get author IDs via the find_author tool' for author_ids, and clarifying the window_years' default and maximum values, which adds practical context.

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 the tool's purpose: 'Find the co-authorship neighborhood of one or more authors.' It specifies the action ('find') and resource ('co-authorship neighborhood'), and distinguishes from sibling tools like 'find_author' and 'search_papers' by focusing on relationships between authors.

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 explicit use cases: 'AC reviewer triage, disambiguating researchers, expanding an author seed.' While it doesn't explicitly state when not to use the tool, the given contexts are clear and helpful for an AI agent to decide when to invoke this tool.

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/YGao2005/scholar-feed-mcp'

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