Skip to main content
Glama
xuzhougeng

ScientificFigureLibrary

by xuzhougeng

Describe one provider-qualified exact template

figure_library_describe
Read-onlyIdempotent

Retrieve detailed metadata for an exact local published release, bundled/public template, or commit-pinned FigureYa module by supplying a provider ID and exact selector.

Instructions

Describe an exact Local Published release, bundled/personal public template, or commit-pinned FigureYa module. A bare templateId is deliberately insufficient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerIdYes
exactSelectorYes

Schema Changelog

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

  1. Changed5 schema fields changed
    • addedInput schema / properties / exactSelector
      Added value: +{
      +  "additionalProperties": {},
      +  "propertyNames": {
      +    "type": "string"
      +  },
      +  "type": "object"
      +}
    • addedInput schema / properties / providerId
      Added value: +{
      +  "maxLength": 200,
      +  "minLength": 1,
      +  "type": "string"
      +}
    • removedInput schema / properties / templateId
      Removed value: -{
      -  "maxLength": 200,
      -  "minLength": 1,
      -  "type": "string"
      -}
    • changedInput schema / required
      Previous value: -[
      -  "templateId"
      -]New value: +[
      +  "providerId",
      +  "exactSelector"
      +]
    • changedOutput schema / (root)
      Previous value: -{
      -  "$schema": "http://json-schema.org/draft-07/schema#",
      -  "additionalProperties": false,
      -  "properties": {
      -    "application": {
      -      "type": "string"
      -    },
      -    "archiveRevision": {
      -      "type": "string"
      -    },
      -    "assetKind": {
      -      "enum": [
      -        "plot_template",
      -        "visual_reference"
      -      ],
      -      "type": "string"
      -    },
      -    "citation": {
      -      "type": "string"
      -    },
      -    "codeFiles": {
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    },
      -    "codeStatus": {
      -      "enum": [
      -        "none",
      -        "scaffold",
      -        "reviewed"
      -      ],
      -      "type": "string"
      -    },
      -    "dataProfile": {
      -      "type": "string"
      -    },
      -    "description": {
      -      "type": "string"
      -    },
      -    "importedAt": {
      -      "type": "string"
      -    },
      -    "inputFiles": {
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    },
      -    "language": {
      -      "type": "string"
      -    },
      -    "license": {
      -      "type": "string"
      -    },
      -    "management": {
      -      "additionalProperties": false,
      -      "properties": {
      -        "adapter": {
      -          "enum": [
      -            "direct",
      -            "gallery",
      -            "figure-transfer-package"
      -          ],
      -          "type": "string"
      -        },
      -        "canArchive": {
      -          "type": "boolean"
      -        },
      -        "canUpdate": {
      -          "type": "boolean"
      -        },
      -        "galleryId": {
      -          "type": "string"
      -        },
      -        "identityMode": {
      -          "enum": [
      -            "stable-source",
      -            "content-addressed"
      -          ],
      -          "type": "string"
      -        },
      -        "registrySourceId": {
      -          "type": "string"
      -        },
      -        "templateId": {
      -          "type": "string"
      -        },
      -        "updateVia": {
      -          "enum": [
      -            "plan-apply",
      -            "diff-upsert",
      -            "gallery-sync"
      -          ],
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "templateId",
      -        "canArchive",
      -        "canUpdate"
      -      ],
      -      "type": "object"
      -    },
      -    "materializable": {
      -      "type": "boolean"
      -    },
      -    "packages": {
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    },
      -    "plotFamily": {
      -      "type": "string"
      -    },
      -    "previewAvailable": {
      -      "type": "boolean"
      -    },
      -    "previewFile": {
      -      "type": "string"
      -    },
      -    "provenance": {
      -      "additionalProperties": false,
      -      "properties": {
      -        "authors": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "caption": {
      -          "type": "string"
      -        },
      -        "doi": {
      -          "type": "string"
      -        },
      -        "exportedAt": {
      -          "type": "string"
      -        },
      -        "figureId": {
      -          "type": "string"
      -        },
      -        "figureLabel": {
      -          "type": "string"
      -        },
      -        "journal": {
      -          "type": "string"
      -        },
      -        "licenseScope": {
      -          "type": "string"
      -        },
      -        "page": {
      -          "type": "string"
      -        },
      -        "paperTitle": {
      -          "type": "string"
      -        },
      -        "parentFigureId": {
      -          "type": "string"
      -        },
      -        "producer": {
      -          "type": "string"
      -        },
      -        "producerVersion": {
      -          "type": "string"
      -        },
      -        "rights": {
      -          "type": "string"
      -        },
      -        "sourceId": {
      -          "type": "string"
      -        },
      -        "subfigureLabels": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "url": {
      -          "type": "string"
      -        },
      -        "year": {
      -          "type": "string"
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "registry": {
      -      "additionalProperties": false,
      -      "properties": {
      -        "adapter": {
      -          "enum": [
      -            "direct",
      -            "gallery",
      -            "figure-transfer-package"
      -          ],
      -          "type": "string"
      -        },
      -        "contentHash": {
      -          "type": "string"
      -        },
      -        "fingerprints": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "algorithm": {
      -              "const": "figure-library.asset-fingerprints.v1",
      -              "type": "string"
      -            },
      -            "dataSetSha256": {
      -              "type": "string"
      -            },
      -            "executableCodeSetSha256": {
      -              "type": "string"
      -            },
      -            "fullAssetSha256": {
      -              "type": "string"
      -            },
      -            "metadataSetSha256": {
      -              "type": "string"
      -            },
      -            "previewSha256": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "algorithm",
      -            "fullAssetSha256"
      -          ],
      -          "type": "object"
      -        },
      -        "galleryId": {
      -          "type": "string"
      -        },
      -        "identityMode": {
      -          "enum": [
      -            "stable-source",
      -            "content-addressed"
      -          ],
      -          "type": "string"
      -        },
      -        "sourceCommit": {
      -          "type": "string"
      -        },
      -        "sourceId": {
      -          "type": "string"
      -        },
      -        "templateId": {
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "adapter",
      -        "sourceId",
      -        "contentHash"
      -      ],
      -      "type": "object"
      -    },
      -    "reportUrl": {
      -      "type": "string"
      -    },
      -    "reviewStatus": {
      -      "enum": [
      -        "draft",
      -        "approved",
      -        "archived"
      -      ],
      -      "type": "string"
      -    },
      -    "sourceId": {
      -      "enum": [
      -        "figureya",
      -        "user"
      -      ],
      -      "type": "string"
      -    },
      -    "sourceLabel": {
      -      "type": "string"
      -    },
      -    "sourceRevision": {
      -      "type": "string"
      -    },
      -    "sourceUrl": {
      -      "type": "string"
      -    },
      -    "templateId": {
      -      "type": "string"
      -    },
      -    "title": {
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "templateId",
      -    "sourceId",
      -    "sourceLabel",
      -    "title",
      -    "description",
      -    "application",
      -    "dataProfile",
      -    "inputFiles",
      -    "codeFiles",
      -    "packages",
      -    "materializable",
      -    "previewAvailable",
      -    "assetKind",
      -    "language",
      -    "plotFamily",
      -    "reviewStatus",
      -    "codeStatus",
      -    "license",
      -    "management"
      -  ],
      -  "type": "object"
      -}New value: +null
  2. First observedv0.3.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description doesn't need to restate those. It does add the behavioral constraint that a bare templateId is deliberately insufficient, but it doesn't describe errors, output shape, or any other runtime behavior.

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 concise sentences with no filler. The core constraint ('bare templateId is deliberately insufficient') is front-loaded and directly actionable.

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?

For a read-only describe operation, the description covers the key selection constraint and template categories. The main omission is the exactSelector object schema, but the tool has no output schema and the annotation suite already covers the operational safety profile.

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 carries the burden. It partially compensates by explaining that providerId plus an exactSelector are required and by listing what kinds of exact selectors are valid. However, the internal structure of exactSelector is left unspecified, which is a meaningful gap.

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 the tool describes an exact provider-qualified template, and enumerates the accepted template categories: Local Published release, bundled/personal public template, or commit-pinned FigureYa module. This differentiates it from generic open/search tools by emphasizing exactness.

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?

The description gives clear usage context: only exact, provider-qualified selectors are acceptable, and a bare templateId is explicitly insufficient. It doesn't name sibling alternatives, but it effectively rules out the wrong way to call the tool.

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/xuzhougeng/ScientificFigureLibrary'

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