Skip to main content
Glama
sachin0610-srm

contract-sentinel

Review contract portfolio

review-portfolio
Read-onlyIdempotent

Get a board of every tracked contract with risk score, safe/danger classification, exact clause text, and recommended action. Filter to safe, danger, or needs attention.

Instructions

Return the contract board: every tracked contract as a card with its risk score, classification (safe or danger), the exact clause text that drove the score, and the recommended action. Optionally filter to safe, danger, or contracts needing attention. Renders the contract-board widget.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoWhich contracts to include; defaults to all
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description doesn't need to cover safety. It adds valuable context by specifying the output format (cards with risk score, classification, exact clause text, recommended action) and that it renders a widget, which goes beyond what annotations provide.

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 two sentences, front-loads the primary purpose, and includes only necessary details. There is no redundant repetition of schema or annotations, and every clause adds value.

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?

With no output schema, the description must explain the return value, and it does so thoroughly (card contents and filter behavior). The tool is simple (one optional parameter), and the description covers the essential behavior, making it complete for an agent to select and invoke correctly.

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 filter parameter is fully documented in the schema (enum and description), and the description reinforces its meaning by listing the filter options ('safe', 'danger', 'needs_attention') and noting the default behavior ('all'). This adds interpretive light beyond the raw schema.

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 specifies the verb 'Return' and resource 'contract board', and enumerates the exact card contents (risk score, classification, clause text, recommended action). This distinguishes it from sibling tools (set, ingest, run) which are clearly different actions.

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 provides clear context for when to use the tool (to review the contract portfolio) and mentions optional filtering, but does not explicitly name alternatives or state when not to use it. The sibling tool names make the distinction obvious, so this is a minor gap.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sachin0610-srm/contract-sentinel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server