Skip to main content
Glama

camelot_nda_generator

Idempotent

Generate mutual or unilateral NDA draft worksheets with configurable terms, jurisdiction, and parties. Specify confidentiality duration and effective date.

Instructions

Non-Disclosure Agreement Template: Create customizable mutual or unilateral NDA draft worksheets.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/nda-generator

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mutualNoTrue for mutual NDA, false for unilateral
termYearsNoConfidentiality duration in years2
jurisdictionNoGoverning legal jurisdictionDelaware, USA
effectiveDateNoEffective start date (YYYY-MM-DD)
receivingPartyNoReceiving party nameStrategic Partner LLC
disclosingPartyNoDisclosing party nameCamelot Technologies Inc.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior4/5

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

The annotations already indicate idempotent, non-destructive behavior. The description adds useful context beyond those annotations by stating the tool runs through 'Local browser processing' and frames the output as a 'draft worksheet,' clarifying the non-final nature of the artifact. There is no contradiction with the annotations.

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 core purpose is front-loaded in a single sentence, and the local-processing and canonical URL lines add light context without bloat. Minor formatting issues like the double period after 'worksheets' prevent a perfect score.

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?

With an output schema, rich annotation metadata, fully documented optional parameters, and a clear description of the generated artifact, the agent has enough to invoke the tool correctly. The main missing piece is usage routing relative to sibling tools, but that is already penalized in the usage guidelines dimension.

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 input schema has 100% description coverage, with all six parameters documented and default values provided. The description itself adds no parameter-level semantics beyond what the schema already supplies, so the baseline score of 3 is appropriate.

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 states a specific verb and resource: 'Create customizable mutual or unilateral NDA draft worksheets.' The NDA focus distinguishes it from broader siblings like camelot_contract_builder, though it does not explicitly name an alternative. It is specific and actionable, but the 'Non-Disclosure Agreement Template' prefix is partially redundant with the title concept.

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

Usage Guidelines2/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 related document tools such as camelot_contract_builder, camelot_contractor_agreement, or camelot_terms_of_service_template. 'Local browser processing' is a behavioral detail rather than a usage condition, and no exclusions or alternative routing are provided.

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