search_authors
Search academic authors by name with optional filters for institution, topic, and country to support research and author disambiguation.
Instructions
Optimized MCP tool wrapper for searching authors.
Args: name: Author name to search for. institution: (Optional) Institution name filter. topic: (Optional) Topic filter. country_code: (Optional) Country code filter. limit: Maximum number of results to return (default: 15, max: 100).
Returns: dict: Serialized OptimizedSearchResponse with streamlined author data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| institution | No | ||
| topic | No | ||
| country_code | No | ||
| limit | No |