Skip to main content
Glama

trust_score

Derived trust score (0-100) for an MCP server, computed from the lastseen.dev register's dated observations by a published method. The score carries DEPTH (how many of 5 dimensions were computable) BOUND INTO the number as display, e.g. '80 · depth 2/5 · provisional' — a depth-2 score answers a narrower question (mortality, not merit). Not a prediction, not advice. Methodology: score.lastseen.dev/methodology.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMCP schema-server identifier, e.g. io.github.owner/name

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It explains the score's nature (derived, not predictive/advice), the depth aspect, and the output format via examples. The methodology link adds further transparency. However, it does not mention if the tool makes network calls, has rate limits, or requires authentication, though these are likely implicit for a read-only score retrieval.

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?

The description is reasonably concise and front-loaded with the core purpose. Every sentence adds value, including the depth explanation, disclaimer, and methodology link. It is slightly verbose with the example, but this aids understanding. Could be trimmed slightly without loss.

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 the absence of an output schema, the description adequately explains the return value through the 'display' example and the notion of depth. It provides enough context for an agent to interpret the result. However, the exact JSON structure of the response is not specified (e.g., whether the display is a string or part of a larger object), leaving minor ambiguity.

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 100% for the single required parameter 'id', which includes a clear example (io.github.owner/name). The tool description adds no additional semantic value beyond what the schema provides. The baseline score of 3 is appropriate since the schema does the required work.

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 it provides a 'Derived trust score (0-100) for an MCP server', specifying the source (lastseen.dev register) and computational method. It distinguishes itself from siblings (dependency_risk, schema_history) by focusing on trustworthiness rather than risk or history. The purpose is unambiguous and specific.

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

Usage Guidelines2/5

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

The description offers no guidance on when to use this tool versus sibling tools like dependency_risk or schema_history. It does not mention when the tool is appropriate, when it is not, or any prerequisites. The agent must infer usage solely from the tool name and description, which is insufficient given related alternatives exist.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: dependency_risk focuses on dependency mortality, schema_history tracks temporal changes, and trust_score computes a composite metric. No overlap or confusion possible.

Naming Consistency5/5

All three tool names follow a consistent snake_case pattern with descriptive nouns (dependency_risk, schema_history, trust_score). The naming is predictable and clear.

Tool Count5/5

Three tools is well-scoped for a server focused on analyzing MCP server registry data. Each tool covers a distinct aspect (risks, history, score), and no additional tools seem necessary.

Completeness4/5

The set covers the core evaluation dimensions (mortality risk, historical trends, and a combined score). A minor gap might be raw data access (e.g., listing all servers or raw vulnerability counts), but the scope is focused and complete for its stated purpose.

Resources