Skip to main content
Glama
scitex-ai

crossref-local

by scitex-ai

crossref_local_skills_list

List all skill page names provided by the crossref-local MCP server, enabling discovery of available local CrossRef database features.

Instructions

List the names of every skill page shipped by crossref-local.

Returns

JSON string with `{"success": true, "package": "crossref-local",
"skills": ["01_configuration", ...]}`.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the return format ('JSON string with success, package, skills') and the exhaustive scope ('every skill page'). No side effects or permissions are mentioned, but none are expected for a listing operation.

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 compact and well-structured: a one-sentence purpose followed by a Returns section outlining the output format. Every sentence provides useful information with no filler.

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

Completeness5/5

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

Given the tool's simplicity, an output schema, and the description's clarity, it is complete. The agent knows exactly what the tool does, what it returns, and that it takes no arguments.

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?

The tool has zero parameters and the schema fully covers this (no properties). The description adds no parameter details, but none are needed, so the baseline of 4 applies.

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 clearly states the action ('List the names') and the specific resource ('every skill page shipped by crossref-local'). This distinguishes it from sibling tools like crossref_local_skills_get, which likely retrieves a single skill's content.

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

Usage Guidelines3/5

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

The usage context is implied (enumerate available skills), but there is no explicit guidance on when to choose this over sibling tools or any exclusions. The description does not mention alternatives such as crossref_local_skills_get.

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/scitex-ai/crossref-local'

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