Skip to main content
Glama

finance_subscription_renewal_sweep

Destructive

Identify and act on subscription renewals needing attention. Direct the finance agent with a message or structured inputs to review and process renewals under your tenant and company scope.

Instructions

Run the finance domain agent action finance_subscription_renewal_sweep.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.8/5.0
Behavior2/5

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

Annotations declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false, indicating a potentially mutating, non-idempotent action. The description does not reveal what data may be modified, what side effects occur, whether the sweep auto-executes or requests confirmation, or what risk it carries. The only behavioral note is routing through the platform, which does not help the agent understand consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and visibly structured, but that brevity is a result of saying little rather than being appropriately concise. The opening sentence duplicates the tool name, the routing note is generic platform boilerplate, and the parameter definitions are perfunctory. The structure does not compensate for the lack of substance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an open-world, destructive action with no output schema, and the description gives no insight into what the sweep does, what results the user will get, or how to phrase the message or build the JSON inputs. The scope/authorization comment is the only contextual addition, leaving the agent without adequate context for correct invocation.

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?

With 0% schema description coverage, the description is the only source of parameter meaning. The labels 'message: Free-text objective for the action' and 'inputs: Optional JSON string of structured inputs' are generic and give no detail on expected JSON structure, allowed values, examples, or how the two parameters interact. This is insufficient to guide the LLM in constructing a good request.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description merely restates the tool name as an action ('Run the finance domain agent action finance_subscription_renewal_sweep') and adds routing context, but never says what a subscription renewal sweep actually does—whether it identifies expiring subscriptions, triggers renewals, sends notifications, or books revenue. It does not differentiate itself from siblings like finance_subscription_renewal_status or customer_success_finance_subscription_renewal_sweep.

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

Usage Guidelines1/5

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

The tool gives no guidance on when to use this action versus the many sibling alternatives. It only states that it goes through the domain-agent dispatcher under JWT/tenant/company scope, which is execution plumbing, not use-case guidance. No use cases, preconditions, or when-not-to-use conditions are offered.

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

Deploy Server

Other Tools