Skip to main content
Glama

workspace_get_citations

Retrieve citation evidence for a stored paper by specifying paper ID and direction to see which papers it cites or are cited by.

Instructions

Return incoming or outgoing citation evidence for a stored paper.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYes
directionNooutgoing
include_unresolvedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. 'Return' strongly implies a read-only operation and 'stored paper' signals a prerequisite, but the description does not explain the meaning or behavior of include_unresolved or what happens when citations are missing.

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 entire description is one compact sentence with no filler. The core action and key directional choice are front-loaded, and every word contributes to meaning.

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?

The tool is simple and has an output schema, so return-value details are not required. However, the description omits the meaning of include_unresolved and provides no routing guidance among the citation-related sibling tools, leaving moderate gaps for an agent deciding how to call it.

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

Parameters3/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 adds useful semantics for paper_id ('stored paper') and direction ('incoming or outgoing'), but it leaves include_unresolved undefined even though it is a parameter with a default.

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

Purpose4/5

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

The description uses a specific verb ('Return'), a specific resource ('citation evidence'), and clarifies the two possible directions ('incoming or outgoing') for a stored paper. It is clear, though it does not explicitly contrast itself with sibling tools such as workspace_get_dependencies or where_used.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the other citation/dependency-related siblings. The phrase 'for a stored paper' implies a prerequisite, but no explicit context, exclusions, or alternatives are given.

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

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/lotchuazzz-crypto/papergraph-mcp'

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