Skip to main content
Glama
xuzhougeng

ScientificFigureLibrary

by xuzhougeng

Plan a signed personal provider change

figure_library_plan_provider_source_change
Read-onlyIdempotent

Prepare add, update, configure, remove, or trust reset for a signed provider source without writing configuration or snapshots, verifying only when required.

Instructions

Plan Add, Update, Configure, Remove, or explicit Trust Reset for a signed personal provider. Network access occurs only when the requested action must verify a snapshot. Planning never writes configuration or snapshots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
enabledNo
providerIdNoExisting providerId for Update, Configure, Remove, or Trust Reset.
manifestUrlNoPublic HTTPS URL for the canonical signed provider manifest.
publicKeyBase64NoAdd/Trust Reset: independently obtained canonical base64 for the raw 32-byte Ed25519 public key.
allowSequenceResetNoTrust-reset only: explicitly permit a lower sequence under the new trust epoch.
expectedProviderIdNoAdd only: independently expected providerId; the signed manifest and catalog must match it.
includeInDefaultSearchNoOpt in to ordinary default search. Add defaults this to false.

Schema Changelog

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

  1. Addedv0.4.0

TDQS

A3.9/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description adds the important behavioral detail that network access occurs only when the requested action must verify a snapshot, and that planning never writes configuration or snapshots. This is meaningful extra disclosure, though it does not detail what happens if the network is unavailable or how snapshot verification is triggered.

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 three sentences long and front-loads the core purpose and action set. Every sentence adds behavioral or scoping information, with no redundancy or filler.

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 has eight parameters and no output schema, so the description should carry more of the burden for explaining what a 'plan' produces or returns. It adequately covers scope, side effects, and network behavior, but it does not describe the plan output, possible validation failures, or the expected next step after planning.

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 high at 75%, so much of the parameter meaning is already captured in the schema. The description adds value by enumerating the actions and highlighting the trust-reset semantics, but it does not further clarify the relationships between parameters like providerId, manifestUrl, and expectedProviderId.

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 uses a specific verb ('Plan') and resource ('signed personal provider'), then enumerates the full set of supported actions: Add, Update, Configure, Remove, and Trust Reset. It also distinguishes itself from the apply sibling by explicitly stating that planning never writes configuration or snapshots.

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 description implies when to use this tool ('Planning never writes configuration or snapshots'), which suggests a preview-before-apply workflow. However, it never explicitly names an alternative such as apply_provider_source_change or states when to use this tool instead of that one.

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