Skip to main content
Glama

Dayze — Life in Days + Notable People

Premium Notable Pack

notable_pack_premium
Read-onlyIdempotent

S-tier guaranteed pack (score≥85, timeline≥8, image, embedding). Errors if below bar. Use when you need high-quality, complete notable context. Example slug: elon-musk. ($0.10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
slugYesPerson slug, e.g. elon-musk
peersNo
similarNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoQuality-gated public notable-person profile.
qualityNoPack quality signals.
timelineNo
life_in_daysNoAge and current day-number calculations.
birthday_peersNo
similar_peopleNo

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already cover read-only/idempotent/non-destructive safety. The description adds non-obvious behavior: the quality bar, the error-on-low-quality condition, the cost ($0.10), and the make-up of the pack. This is genuinely useful beyond annotations, though it could specify the error type or failure mode.

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 compact and front-loaded, putting the quality threshold and error behavior in the first sentence before the usage hint and cost. The slug example is slightly redundant with the schema's slug description but the overall is tight.

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?

For basic invocation, a single required slug and the presence of an output schema make the definition workable. But the three optional parameters are semantically opaque, so an agent cannot reason about date filtering, peer/similar meaning, or defaults beyond the schema's numeric defaults; that gap keeps it from being complete.

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 only 25%: only slug is documented, while date, peers, and similar have no description. The tool description repeats the slug example already present in the schema and offers no meaning for the optional parameters or date format, so it does not compensate for the low coverage.

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 identifies a specific deliverable—an S-tier notable pack with explicit quality thresholds (score≥85, timeline≥8, image, embedding)—and differentiates it from the standard notable_pack via the 'premium' quality guarantee. It lacks an explicit action verb like 'returns' or 'fetches', but the purpose is unambiguous.

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?

It states exactly when to use it: 'Use when you need high-quality, complete notable context.' It does not name alternative sibling tools or say when not to use it, and 'errors if below bar' communicates a data-quality constraint rather than an explicit exclusion, so it falls just short of a 5.

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

B3.2/5.0
Disambiguation3/5

Many tools have explicit 'prefer X' guidance and mostly target distinct resources, but get_money_between_people is literally an alias for get_person_transactions, get_context_pack and get_life_context overlap heavily, and upload_asset/upload_photo both upload and re-encode images. Detailed descriptions partially rescue it, but the agent still faces avoidable near-duplicates.

Naming Consistency4/5

The vast majority follow verb_noun snake_case conventions (get_, log_, update_, search_, delete_, add_, archive_, resolve_, etc.). Deviations like the notable_* family and verbose aliases such as get_money_between_people are internally consistent subdomain patterns rather than chaotic naming. No camelCase or mixed style conventions appear.

Tool Count1/5

At 71 tools this far exceeds the 50+ threshold for an extreme tool count. Each domain may have legitimate operations, but the sheer volume would make agent navigation and tool selection expensive. Many listing, search, and upload variants could be consolidated without losing functionality.

Completeness3/5

The set broadly covers calendar, food, people, inventory, money, travel, assets, photos, Gmail, memories, and notable-people lookup with mostly CRUD-style operations. Notable gaps include no delete_expense, no delete_person, and no direct food-diary listing/getter, so some lifecycles end in workarounds. Overall it is broad but not fully complete.