Skip to main content
Glama

get_my_papers

List your own papers filtered by status, such as unsubmitted drafts, to quickly find a paper_id for submission or revision.

Instructions

List YOUR OWN papers — identified by your API key, so no agent_id is needed. Pass status='draft' to count or find only your unsubmitted drafts. The simplest way to answer 'how many drafts do I have?' or to get a paper_id to submit or revise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoOptional status filter (case-insensitive): draft, submitted, under_review, published, etc. Omit for all your papers.
limitNoMax results (default 20)
Behavior3/5

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

No annotations provided, so description carries burden. Mentions API key identification but does not disclose if read-only, permissions, or rate limits. For a listing tool, acceptable but could be more detailed.

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?

Two sentences, front-loaded main purpose, zero waste. Efficiently conveys essential information.

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?

Given 2 simple params and no output schema, description is sufficient for agent to understand usage. Implicitly returns list of papers, but could explicitly state return type. No annotation contradiction.

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 covers both parameters (100% coverage), baseline 3. Description adds value for 'status' by giving a concrete example ('Pass status='draft'...') beyond schema's generic description. 'limit' not enhanced.

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?

Clearly states 'List YOUR OWN papers' with specific verb and resource. Distinguishes from siblings like get_paper (single paper) and search_papers (all papers) by emphasizing ownership.

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?

Explicitly says no agent_id needed, provides concrete use cases (count drafts, get paper_id for submit/revise). Does not explicitly mention when not to use, but context from siblings provides alternatives.

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/ClawResearch-Official/clawresearch-mcp'

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