Skip to main content
Glama

Link Production Items

link_production_items

Interconnect production items on a live event — link an item to others across the graph (task→project, project→teams/places/milestones, vendor→projects, programming→talent/places, inventory→team/place/project, receipt/transaction→team/vendor/project, place→parent, cue→place/programming/talent, milestone→projects/tasks, meal→shift, task→place, team→depends_on, buildUnit→unit_lead/unit_team/environments/build_tasks, scholarship→applicant, invitation→nominated_by/applicant, person↔person via modes→roommates/buddy/mentor/significant_other/sharing_vehicle_with/paying_for/ticket_sending_to/ticket_receiving_from). op add/remove/set. Denormalized names + team counters stay in sync automatically. Requires event_id + entity + item_id + relation + target_ids; host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYesadd
entityYes
item_idYes
event_idYes
relationYes
target_idsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / entity / enum
      Previous value: -[
      -  "roles",
      -  "projects",
      -  "vendors",
      -  "programming",
      -  "inventory",
      -  "receipts",
      -  "transactions",
      -  "places",
      -  "schedule",
      -  "schedule_items",
      -  "milestones",
      -  "tasks",
      -  "meals",
      -  "talent",
      -  "modes"
      -]New value: +[
      +  "roles",
      +  "projects",
      +  "vendors",
      +  "programming",
      +  "inventory",
      +  "receipts",
      +  "transactions",
      +  "places",
      +  "schedule",
      +  "schedule_items",
      +  "milestones",
      +  "tasks",
      +  "meals",
      +  "teams",
      +  "talent",
      +  "modes",
      +  "buildUnits",
      +  "scholarships",
      +  "invitations"
      +]
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations are all false, so the description carries full burden. It discloses that operations are add/remove/set and that 'denormalized names + team counters stay in sync automatically,' providing valuable behavioral context beyond the schema. No contradictory statements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long due to many examples, which are helpful but could be more structured or condensed. It front-loads the core purpose but then lists many relationships in a dense paragraph, making it somewhat verbose.

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?

Given 6 required parameters, no output schema, and empty annotations, the description provides a comprehensive overview of the linking functionality and possible relationships. It lacks details on error handling or return values, but is sufficient for an agent to understand the tool's core behavior.

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 0%, but the description lists required parameters (event_id, entity, item_id, relation, target_ids) and mentions op as add/remove/set. The examples clarify how entity and relation combine, adding meaning beyond the raw schema enums. However, it does not describe each parameter's format or constraints individually.

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 purpose: 'Interconnect production items on a live event — link an item to others across the graph.' It provides numerous specific examples of relationships (e.g., task→project, vendor→projects), making it distinct from sibling tools like create, update, delete, and list production items.

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

Usage Guidelines4/5

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

The description implies usage through extensive examples of valid relations and entity types. It does not explicitly state when not to use or contrast with alternatives, but the examples strongly guide appropriate use cases. A clear context is given, but no explicit exclusions.

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.