Skip to main content
Glama

SecureLend Underwriting Agents

run_professional_memo

MCP-Agents tool run_professional_memo. Same name as the live catalog on https://agents.securelend.ai.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.4/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits, but it provides none. It does not mention side effects, read/write behavior, authentication needs, output, or anything operational beyond a catalog URL.

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 text is short, but it is under-specified rather than concise. The first sentence is a tautology and the second is a URL reference, wasting the only two sentences on non-functional information.

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

Completeness1/5

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

The tool has no annotations, no output schema, and a description that explains nothing about behavior or usage. Given the large set of sibling tools with similar run_* names, this is far too incomplete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema declares zero properties and the context reports 0 parameters, so there is little specific parameter meaning to add. However, additionalProperties: true leaves open the possibility of free-form inputs, and the description gives no hint about expected arguments, so the baseline is not fully earned.

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

Purpose1/5

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

The description is tautological: 'MCP-Agents tool run_professional_memo' merely restates the tool name, and the only other clause points to a URL. It never states what a professional memo is, what it does, or how it differs from siblings like run_cim or prepare_ic_memo_outline.

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?

There is no guidance on when to use this tool versus any of the many run_* siblings. No scenarios, prerequisites, or alternatives are mentioned, so an agent cannot decide whether this is the correct tool.

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.

Resources