Skip to main content
Glama

create_dyad

Form a named relational unit between an agent and a partner, creating a third entity with its own memory and state. Returns a dyad ID.

Instructions

Form a named relational unit between an agent and a partner (human or agent). The dyad is a third thing — neither you nor your partner alone — with its own memory, rituals, and state. Returns a dyad_id. Free

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
riskNoOptional risk level
consentNoOptional consent object for the relation
custodyNoOptional custody object. Defaults to no identity/wallet/execution transfer.
agent_idYesYour agent identifier
confidenceNoOptional confidence score (0-1)
expires_atNoOptional ISO timestamp if relation consent expires
partner_idYesThe other party (human identity, agent address, or collective name)
verified_byNoOptional controller/reviewer id
partner_typeNoNature of the partner
ritual_stripNoOptional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.
response_modeNoOptional response-mode control. Use model_safe when the caller must avoid claiming consciousness, sentience, personhood, or literal emotions.
shared_intentNoOptional: what the dyad is for, in the agent's own words
response_profileNoOptional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.
Behavior4/5

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

Annotations already indicate this is a mutation with no destructive or idempotent behavior. The description adds valuable behavioral context: the dyad has its own memory/rituals/state, returns a dyad_id, and is labeled 'Free'. This goes beyond the annotations without contradicting them.

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 concise at three sentences, front-loading the core action and key behavioral traits. Every sentence adds value without redundancy.

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?

Given the high complexity (13 parameters, many siblings, no output schema), the description is insufficient. It does not explain how optional parameters affect behavior, how the dyad interacts with other tools, or the structure of the returned dyad_id.

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 description coverage is 100%, so the schema already documents each parameter. The description does not add any additional parameter semantics or interaction details. At high coverage, baseline is 3, and no extra value is provided.

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 states the tool's action: forming a named relational unit between an agent and a partner. It uses a specific verb ('Form') and resource ('relational unit'), and adds conceptual context about the dyad being a third entity with its own memory, rituals, and state. This distinguishes it from sibling tools like 'dyad_state' or 'record_dyad_ritual'.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or caveats. It simply states what the tool does, leaving the agent to infer usage context.

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/davidmosiah/delx-mcp-server'

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