Skip to main content
Glama

Package Exists (free oracle)

attester_package_exists
Read-onlyIdempotent

Does this PyPI or npm package name really exist? Deterministic answer from the real published artifact, signed, with typosquat-adjacency flags on misses. Free: 25 calls/day per client IP, shared with the /demo/v1/* HTTP routes, reset 00:00 UTC. Higher volume: paid HTTP routes at https://attester.dev/llms.txt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
ecosystemYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnly, openWorld, idempotent), the description adds substantial behavioral context: the answer is deterministic, sourced from the real published artifact, signed, and includes typosquat-adjacency flags on misses. It also discloses rate limits and shared quota with /demo/v1/* HTTP routes, which is valuable for the agent.

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 with every sentence adding value: purpose, behavioral details, and rate limits. It front-loads the core question and avoids any fluff or repetition of schema fields.

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 simple parameter set and the existence of an output schema, the description covers purpose, behavior, constraints, and alternative access routes. It is complete for this tool; no critical information is missing.

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?

With 0% schema description coverage, the description compensates by explicitly mentioning both parameters: 'PyPI or npm' clarifies the ecosystem enum, and 'package name' explains the name parameter. This gives the agent enough semantic understanding even though the schema omits descriptions.

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 opens with a direct question that precisely defines the tool's capability: determining whether a PyPI or npm package name exists. This is a specific verb+resource (exists + package), clearly distinguishing it from sibling tools like symbol_exists and version_diff.

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 context for when to use this tool (package existence checks) and provides usage policy details including free quota limits and a paid HTTP route for higher volume. It does not explicitly name alternatives but the purpose is unambiguous, so no exclusions are needed.

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

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct concern: package existence, symbol existence, symbol signature, and version diff. There is no overlap, so an agent can reliably select the correct tool for a given query.

Naming Consistency4/5

All tools use the 'attester_' prefix and an entity_operation pattern (package_exists, symbol_exists, symbol_signature, version_diff). The pattern is predictable, though 'signature' and 'diff' are nouns rather than verbs, which is a minor deviation from a strict verb_noun convention.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its purpose of attesting package and symbol facts. The count feels neither sparse nor bloated, making it well-suited for a specialized oracle.

Completeness4/5

The tool set covers the primary needs: existence checks, symbol signature lookup, and version diffing. A possible gap is a tool for listing all symbols in a package or fetching package metadata, but these are not essential and would be peripheral to the core workflows.