Skip to main content
Glama

google_scholar_profiles

Search for academic researcher profiles on Google Scholar by author name, returning affiliation, citation counts, and research interests.

Instructions

Searches for academic researcher profiles on Google Scholar by author name, returning affiliation, citation counts, and research interests. [Credits: Not explicitly stated on this documentation page.] Notes: Cursor-based pagination via after_author/before_author tokens rather than page numbers (tokens are not shown in the sample response - they would need to be captured from a real API response's pagination metadata, not documented inline). Each profile's author_id is the value to feed into the google_scholar_author and google_scholar_author_citation endpoints. Returns: { profiles: [ { title, author_id, affiliations, cited_by (integer), interests: [ { title } ] } ] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mauthorsYesThe author name to search for. Supports query helpers like label: in the search string.
after_authorNoPagination token to fetch the next set of results. Takes precedence over before_author.
before_authorNoPagination token to fetch the previous page of results.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It explains cursor-based pagination, token precedence, credit mention, and the linkage to other tools. Could further disclose rate limits or limitations but is sufficient for basic transparency.

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 informative but slightly verbose with bracketed notes. Every sentence adds value, though the structure could be streamlined by integrating the pagination note into the main flow.

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

Completeness4/5

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

With 3 parameters, no output schema, and no nested objects, the description provides a clear return structure and pagination details. It is complete enough for an AI agent to understand usage, though an explicit return format table would improve it.

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 coverage is 100%, and the description adds meaning by noting that 'mauthors' supports query helpers like 'label:', and that 'after_author' takes precedence over 'before_author'. The pagination token retrieval note adds value beyond the schema.

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 specifies a clear verb ('searches') and resource ('academic researcher profiles on Google Scholar by author name'), and distinguishes from sibling tools like google_scholar_author and google_scholar_author_citation by noting that its author_id is used as input to those endpoints.

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 implicitly guides usage by stating that the author_id feeds into google_scholar_author and google_scholar_author_citation endpoints, and explains pagination tokens. However, it does not explicitly contrast with google_scholar (which searches articles) or provide exclusion criteria.

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/alessandrobenigni/ScrapingDog-MCP'

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