Skip to main content
Glama

scopus_document_search_by_query

Search Scopus documents using a query string, with support for field-specific syntax (TITLE, DOI, AUTHKEY) to precisely locate papers. Sort results by relevance or cover date.

Instructions

Search for documents in Scopus using a query string.

query is passed to Scopus verbatim, so Scopus's own field syntax is available — use it when hunting one specific paper, e.g. TITLE("Attention Is All You Need"), DOI(10.1016/...) or AUTHKEY(Smith). A bare title string is instead treated as a loose keyword query, which surfaces related-but-different papers ahead of the target. sort defaults to relevancy; pass sort="coverDate" for newest-first ordering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNorelevancy
viewNoSTANDARD
countNo
queryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.5.0

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries full responsibility. It discloses key behavioral traits: query is passed verbatim, supports Scopus syntax, bare title behaves as loose keyword, and sort defaults to relevancy. Yet it omits other important behaviors such as pagination, rate limits, authentication requirements, or what the response contains. This is adequate but not comprehensive for a tool with no structured metadata.

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 two short paragraphs, front-loaded with the primary purpose, followed by precise usage guidance. Every sentence adds value—no fluff. The examples are compact and directly illustrate the intended usage. This is exemplary conciseness.

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

Completeness3/5

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

Given no output schema, no annotations, and 0% schema coverage, the description needs to cover a lot. It does explain query handling and sort behavior, but leaves out other parameters (count, view), output format, error conditions, and any rate limits. For a search tool that could return large result sets, such details are important. The description is not complete enough for an agent to fully anticipate behavior without additional lookup.

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 0%, so the description must compensate. It thoroughly explains 'query' (verbatim, field syntax, bare-title behavior) and 'sort' (default relevancy, option for coverDate). It does not explain 'count' or 'view' parameters, which are left to the schema's generic names. Since it covers the two most critical parameters with rich detail and examples, it substantially 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 explicitly states 'Search for documents in Scopus using a query string' with a specific verb and resource. It further differentiates by explaining Scopus's field syntax and giving concrete examples (TITLE, DOI, AUTHKEY), which clearly sets it apart from sibling search tools in other databases. This is unambiguous and actionable.

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?

It provides clear usage guidance: use field syntax for precise single-paper lookup, and notes that a bare title yields loose keyword results. It also explains the default sort and how to change it. However, it does not explicitly mention when to avoid this tool or point to alternative sibling tools (e.g., crossref for DOI-based lookup), so it stops short of full when/when-not guidance.

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