Skip to main content
Glama

Draft tenet from signal

draft_tenet_from_signal
Destructive

Draft a company tenet (mission or vision) FROM the company's existing website, for the operator to ratify or edit — instead of asking them to type it into a blank field. Use when a tenet is empty but the company already exists (has a website). Returns a DRAFT proposal with evidence and a confidence level; it writes NOTHING — the operator authors by confirming (Slice-3 update_company). The agent is a mirror, not an author: the draft is grounded in the site, never invented.

Routing: Only for tenets that are EMPTY and resolvable_by_synthesis — check get_setup_state first.

[sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenetYesWhich tenet to draft from the website signal
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior1/5

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

The description is highly transparent, explicitly stating it writes NOTHING, returns a draft proposal with evidence and confidence, and is grounded in the website. However, the annotations declare destructiveHint=true, which directly contradicts the description's 'writes NOTHING' claim. Per the contradiction rule, this dimension must score 1.

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 longer than average but well-organized: core behavior, routing, then sensitive-tier approval behavior. Each section earns its place, though some phrasing could be tightened without losing information.

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?

For a tool with no output schema, the description covers return shape, non-mutating behavior, grounding constraints, routing prerequisites, and approval handling. An agent has enough context to select and invoke it correctly, aside from the annotation conflict.

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?

Schema coverage is 100% for both parameters, so the schema already documents tenet and companyId. The description adds the website-grounded drafting concept but does not meaningfully extend parameter meaning beyond the enum and descriptions already present.

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 states a specific verb, resource, and source: draft a company tenet (mission or vision) from the company's existing website. It also clearly differentiates from a blank-field entry workflow, so an agent can understand the tool's unique role among siblings.

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

Usage Guidelines5/5

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

Provides explicit routing: use only when a tenet is empty and resolvable_by_synthesis, and instructs the agent to check get_setup_state first. It also names the confirmation path via update_company and gives behavioral guidance about not re-asking in chat after the card is presented.

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