Skip to main content
Glama

portfolio_renewal_risk

Identify domains in your portfolio that need renewal attention before expiration. Get a read-only risk view to prioritize renewals.

Instructions

Renewal-risk view over the domain portfolio: which domains need attention before they expire. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It explicitly states 'Read-only', which is a useful safety signal, but it does not disclose output format, data source, or freshness. For a zero-parameter view, the read-only declaration is meaningful but minimal.

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 a single, front-loaded sentence that conveys purpose and safety without redundancy. Every word contributes meaning.

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 zero-parameter, read-only view, the description is nearly complete: it tells the agent what the tool does, what it surfaces, and that it is safe. A short note on output shape or sorting would make it fully complete, but nothing essential is missing for correct invocation.

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?

The input schema is empty and there are zero parameters, so the schema fully describes invocation requirements. The description adds no parameter details, but none are needed; baseline 4 applies for zero-parameter tools.

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 clearly identifies the resource (domain portfolio) and the tool's purpose: surfacing domains at renewal risk before they expire. This semantically distinguishes it from siblings like domains_list or portfolio_health, though it does not explicitly name those alternatives.

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 phrase 'which domains need attention before they expire' implies this tool is for pre-expiry renewal triage. However, it does not explicitly say when to prefer this tool over similar siblings like portfolio_health or portfolio_exceptions, nor does it provide exclusion conditions.

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