Skip to main content
Glama

get_cached

Read-only

Retrieve cached papers by DOI from local download directory without network access. Choose compact or preferred-only options to get concise summaries or filter to preferred entries.

Instructions

Look up DOI-proven cached files within one download_dir without touching the network. detail=compact returns preferred entries plus request-sensitive acceptance/asset summaries; preferred_only omits non-preferred entry arrays.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiYes
modesNo
detailNofull
strategyNo
max_tokensNofull_text
download_dirNo
include_refsNo
preferred_onlyNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv6.0.1
    • addedInput schema / properties / strategy / properties / require_full_size_body_assets
      Added value: +{
      +  "default": false,
      +  "title": "Require Full Size Body Assets",
      +  "type": "boolean"
      +}
    • addedInput schema / properties / strategy / properties / require_local_body_assets
      Added value: +{
      +  "default": false,
      +  "title": "Require Local Body Assets",
      +  "type": "boolean"
      +}
    • changedOutput schema / (root)
      Previous value: -{
      -  "$defs": {
      -    "AcquisitionProvenanceOutput": {
      -      "properties": {
      -        "fallback_used": {
      -          "type": "boolean"
      -        },
      -        "provider": {
      -          "type": "string"
      -        },
      -        "representation": {
      -          "type": "string"
      -        },
      -        "route": {
      -          "type": "string"
      -        },
      -        "transport": {
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "CacheAcceptanceSummaryOutput": {
      -      "properties": {
      -        "acquisition": {
      -          "anyOf": [
      -            {
      -              "$ref": "#/$defs/AcquisitionProvenanceOutput"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "asset": {
      -          "type": "string"
      -        },
      -        "content": {
      -          "type": "string"
      -        },
      -        "fetch": {
      -          "type": "string"
      -        },
      -        "identity": {
      -          "type": "string"
      -        },
      -        "output": {
      -          "type": "string"
      -        },
      -        "overall": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "provenance": {
      -          "type": "string"
      -        },
      -        "reason_code": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "status": {
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "CacheAssetSummaryOutput": {
      -      "properties": {
      -        "accepted_preview": {
      -          "type": "integer"
      -        },
      -        "attempted": {
      -          "type": "integer"
      -        },
      -        "audited": {
      -          "type": "boolean"
      -        },
      -        "discovered": {
      -          "type": "integer"
      -        },
      -        "expected": {
      -          "anyOf": [
      -            {
      -              "type": "integer"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "failed": {
      -          "type": "integer"
      -        },
      -        "failure_codes": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "fallback_preview": {
      -          "type": "integer"
      -        },
      -        "full_size": {
      -          "type": "integer"
      -        },
      -        "issue_codes": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "local": {
      -          "type": "integer"
      -        },
      -        "not_archived": {
      -          "type": "integer"
      -        },
      -        "placeholder_suspected": {
      -          "type": "integer"
      -        },
      -        "preview": {
      -          "type": "integer"
      -        },
      -        "profile": {
      -          "type": "string"
      -        },
      -        "remote_link_count": {
      -          "type": "integer"
      -        },
      -        "remote_links_preserved": {
      -          "type": "boolean"
      -        },
      -        "remote_only_count": {
      -          "type": "integer"
      -        },
      -        "requested": {
      -          "type": "boolean"
      -        },
      -        "status": {
      -          "type": "string"
      -        },
      -        "total": {
      -          "type": "integer"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "CacheEntryOutput": {
      -      "properties": {
      -        "acquisition": {
      -          "anyOf": [
      -            {
      -              "$ref": "#/$defs/AcquisitionProvenanceOutput"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "completed_at": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "content_kind": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "content_sha256": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "doi": {
      -          "type": "string"
      -        },
      -        "has_fulltext": {
      -          "anyOf": [
      -            {
      -              "type": "boolean"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "id": {
      -          "type": "string"
      -        },
      -        "identity_proof": {
      -          "type": "string"
      -        },
      -        "kind": {
      -          "type": "string"
      -        },
      -        "likely_has_fulltext": {
      -          "anyOf": [
      -            {
      -              "type": "boolean"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "mime": {
      -          "type": "string"
      -        },
      -        "mtime": {
      -          "type": "number"
      -        },
      -        "path": {
      -          "type": "string"
      -        },
      -        "size": {
      -          "type": "integer"
      -        },
      -        "source": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "CacheEntrySummaryOutput": {
      -      "properties": {
      -        "by_kind": {
      -          "additionalProperties": {
      -            "type": "integer"
      -          },
      -          "type": "object"
      -        },
      -        "total": {
      -          "type": "integer"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "CacheSidecarOutput": {
      -      "properties": {
      -        "cached_request": {
      -          "anyOf": [
      -            {
      -              "additionalProperties": true,
      -              "type": "object"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "cached_request_fingerprint": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "expected_extraction_revision": {
      -          "type": "integer"
      -        },
      -        "expected_version": {
      -          "type": "integer"
      -        },
      -        "extraction_revision": {
      -          "anyOf": [
      -            {
      -              "type": "integer"
      -            },
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "path": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "payload_satisfies_request": {
      -          "type": "boolean"
      -        },
      -        "reason": {
      -          "type": "string"
      -        },
      -        "reason_code": {
      -          "type": "string"
      -        },
      -        "request_matches": {
      -          "type": "boolean"
      -        },
      -        "request_satisfied": {
      -          "type": "boolean"
      -        },
      -        "request_status": {
      -          "type": "string"
      -        },
      -        "requested_request": {
      -          "additionalProperties": true,
      -          "type": "object"
      -        },
      -        "requested_request_fingerprint": {
      -          "type": "string"
      -        },
      -        "status": {
      -          "type": "string"
      -        },
      -        "version": {
      -          "anyOf": [
      -            {
      -              "type": "integer"
      -            },
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "CacheWarningSummaryOutput": {
      -      "properties": {
      -        "failure_codes": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "fallback_codes": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "messages": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "unstructured_warning_count": {
      -          "type": "integer"
      -        },
      -        "warning_codes": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "PreferredCacheEntriesOutput": {
      -      "properties": {
      -        "assets": {
      -          "items": {
      -            "$ref": "#/$defs/CacheEntryOutput"
      -          },
      -          "type": "array"
      -        },
      -        "markdown": {
      -          "anyOf": [
      -            {
      -              "$ref": "#/$defs/CacheEntryOutput"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "primary_payload": {
      -          "anyOf": [
      -            {
      -              "$ref": "#/$defs/CacheEntryOutput"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "ResolvedCandidateOutput": {
      -      "properties": {
      -        "author_score": {
      -          "type": "number"
      -        },
      -        "authors": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "doi": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "journal_title": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "landing_page_url": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "provider_hint": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "published": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "score": {
      -          "type": "number"
      -        },
      -        "title": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "title_score": {
      -          "type": "number"
      -        },
      -        "year_score": {
      -          "type": "number"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "TraceEventOutput": {
      -      "properties": {
      -        "attempt": {
      -          "anyOf": [
      -            {
      -              "type": "integer"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "attempt_id": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "code": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "component": {
      -          "type": "string"
      -        },
      -        "duration_ms": {
      -          "anyOf": [
      -            {
      -              "type": "number"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "error_category": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "finished_at": {
      -          "anyOf": [
      -            {
      -              "type": "number"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "http_status": {
      -          "anyOf": [
      -            {
      -              "type": "integer"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "message": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "outcome": {
      -          "type": "string"
      -        },
      -        "parent_span_id": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "provider": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "retry_after_seconds": {
      -          "anyOf": [
      -            {
      -              "type": "integer"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "retryable": {
      -          "anyOf": [
      -            {
      -              "type": "boolean"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "route": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "span_id": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "stage": {
      -          "type": "string"
      -        },
      -        "started_at": {
      -          "anyOf": [
      -            {
      -              "type": "number"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "target": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "target_sha256": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        }
      -      },
      -      "type": "object"
      -    }
      -  },
      -  "properties": {
      -    "acceptance": {
      -      "$ref": "#/$defs/CacheAcceptanceSummaryOutput"
      -    },
      -    "acquisition": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/AcquisitionProvenanceOutput"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "asset_summary": {
      -      "$ref": "#/$defs/CacheAssetSummaryOutput"
      -    },
      -    "cache_mode": {
      -      "type": "string"
      -    },
      -    "cached_request": {
      -      "anyOf": [
      -        {
      -          "additionalProperties": true,
      -          "type": "object"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "cached_request_fingerprint": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "candidates": {
      -      "anyOf": [
      -        {
      -          "items": {
      -            "$ref": "#/$defs/ResolvedCandidateOutput"
      -          },
      -          "type": "array"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "code": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "confidence": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "content_kind": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "detail": {
      -      "type": "string"
      -    },
      -    "details": {
      -      "additionalProperties": true,
      -      "type": "object"
      -    },
      -    "doi": {
      -      "type": "string"
      -    },
      -    "download_dir": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "entries": {
      -      "items": {
      -        "$ref": "#/$defs/CacheEntryOutput"
      -      },
      -      "type": "array"
      -    },
      -    "entry_summary": {
      -      "$ref": "#/$defs/CacheEntrySummaryOutput"
      -    },
      -    "error_category": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "expected_index_version": {
      -      "anyOf": [
      -        {
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "has_entries": {
      -      "type": "boolean"
      -    },
      -    "has_fulltext": {
      -      "anyOf": [
      -        {
      -          "type": "boolean"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "http_status": {
      -      "anyOf": [
      -        {
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "identity_status": {
      -      "type": "string"
      -    },
      -    "index_reason": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "index_status": {
      -      "type": "string"
      -    },
      -    "index_version": {
      -      "anyOf": [
      -        {
      -          "type": "integer"
      -        },
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "missing_env": {
      -      "anyOf": [
      -        {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "preferred": {
      -      "$ref": "#/$defs/PreferredCacheEntriesOutput"
      -    },
      -    "preferred_only": {
      -      "type": "boolean"
      -    },
      -    "provider": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "reason": {
      -      "type": "string"
      -    },
      -    "request_satisfied": {
      -      "type": "boolean"
      -    },
      -    "request_status": {
      -      "type": "string"
      -    },
      -    "requested_request": {
      -      "additionalProperties": true,
      -      "type": "object"
      -    },
      -    "requested_request_fingerprint": {
      -      "type": "string"
      -    },
      -    "retry_after_seconds": {
      -      "anyOf": [
      -        {
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "retryable": {
      -      "anyOf": [
      -        {
      -          "type": "boolean"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "route": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "schema_version": {
      -      "type": "integer"
      -    },
      -    "scope_status": {
      -      "type": "string"
      -    },
      -    "sidecar": {
      -      "$ref": "#/$defs/CacheSidecarOutput"
      -    },
      -    "source_trail": {
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    },
      -    "stage": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ]
      -    },
      -    "status": {
      -      "type": "string"
      -    },
      -    "trace": {
      -      "items": {
      -        "$ref": "#/$defs/TraceEventOutput"
      -      },
      -      "type": "array"
      -    },
      -    "warning_summary": {
      -      "$ref": "#/$defs/CacheWarningSummaryOutput"
      -    },
      -    "warnings": {
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}New value: +null
  2. Changed11 schema fields changedv5.5.0
    • addedOutput schema / $defs / AcquisitionProvenanceOutput
      Added value: +{
      +  "properties": {
      +    "fallback_used": {
      +      "type": "boolean"
      +    },
      +    "provider": {
      +      "type": "string"
      +    },
      +    "representation": {
      +      "type": "string"
      +    },
      +    "route": {
      +      "type": "string"
      +    },
      +    "transport": {
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / CacheAcceptanceSummaryOutput / properties / acquisition
      Added value: +{
      +  "anyOf": [
      +    {
      +      "$ref": "#/$defs/AcquisitionProvenanceOutput"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / $defs / CacheAssetSummaryOutput / properties / accepted_preview
      Added value: +{
      +  "type": "integer"
      +}
    • addedOutput schema / $defs / CacheAssetSummaryOutput / properties / attempted
      Added value: +{
      +  "type": "integer"
      +}
    • addedOutput schema / $defs / CacheAssetSummaryOutput / properties / audited
      Added value: +{
      +  "type": "boolean"
      +}
    • addedOutput schema / $defs / CacheAssetSummaryOutput / properties / discovered
      Added value: +{
      +  "type": "integer"
      +}
    • addedOutput schema / $defs / CacheAssetSummaryOutput / properties / expected
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "integer"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / $defs / CacheAssetSummaryOutput / properties / fallback_preview
      Added value: +{
      +  "type": "integer"
      +}
    • addedOutput schema / $defs / CacheAssetSummaryOutput / properties / issue_codes
      Added value: +{
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • addedOutput schema / $defs / CacheEntryOutput / properties / acquisition
      Added value: +{
      +  "anyOf": [
      +    {
      +      "$ref": "#/$defs/AcquisitionProvenanceOutput"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / properties / acquisition
      Added value: +{
      +  "anyOf": [
      +    {
      +      "$ref": "#/$defs/AcquisitionProvenanceOutput"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
  3. Addedv4.1.0
  4. Removedv4.0.1
  5. Addedv3.1.3
  6. Removedv3.1.3
  7. First observedv1.0.0

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the description is not required to repeat that. It adds valuable context: the no-network guarantee and the effect of the detail and preferred_only parameters on the response shape. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the main purpose, followed by parameter-specific notes. No wasted words, but the structure could be improved by grouping more parameter information.

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

Completeness2/5

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

Given 8 parameters, one required, no output schema, and the presence of a nested strategy object, the description is insufficient. It does not describe the return format, the meaning of modes, strategy, max_tokens, or download_dir, leaving an agent with significant gaps in understanding.

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

Parameters2/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 explain parameters. It only explains detail and preferred_only, leaving six other parameters (doi, modes, strategy, max_tokens, download_dir, include_refs) undocumented. The nested strategy object is particularly complex and unexplained.

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 clearly states the tool looks up DOI-proven cached files within a download_dir and explicitly mentions 'without touching the network', which differentiates it from fetching tools. However, it does not name a specific sibling tool, so it stops short of the strongest differentiation.

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?

Usage context is implied: it is for looking up cached files without network access. But there is no explicit statement about when to use this vs. fetching tools or any exclusions/alternatives, so guidance is not fully provided.

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

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/Dictation354/paper-fetch-skill'

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