Skip to main content
Glama

legal_service_agreement_packet

Destructive

Generate a legal service agreement packet. Specify the service scope and terms to produce a ready-to-use agreement document.

Instructions

Run the legal domain agent action service_agreement_packet.

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

C2.6/5.0
Behavior2/5

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

The description mentions routing through the domain-agent dispatcher under JWT, tenant, and company scope, which gives some context about authentication. However, it does not disclose any behavioral traits such as side effects, destructive potential, or permissions needed, beyond what the annotations already indicate. Since annotations are present, the bar is lower, but the description adds minimal value.

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 concise and well-structured, with a clear separation between the action statement, routing context, and parameter definitions. It avoids unnecessary verbosity while covering the essential elements.

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 description lacks critical context about what the action accomplishes, its output, or prerequisites. It does not explain the purpose of a service agreement packet or any expected results, leaving the agent with insufficient information to fully understand the tool's role.

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?

Both parameters are described: 'message' is explained as a free-text objective, and 'inputs' as an optional JSON string of structured inputs. This provides clear meaning for each parameter, significantly enhancing schema understanding.

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

Purpose3/5

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

The description states it runs the legal domain agent action 'service_agreement_packet', which provides a specific verb and resource. However, it does not explain what a service agreement packet actually does or how it differs from other legal actions, leaving the tool's core function vague.

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 description provides no guidance on when to use this tool versus alternatives. It does not mention any conditions or scenarios that would warrant invoking this action, making it difficult for an agent to decide when to select it.

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