Skip to main content
Glama

forgepilot_create_community_bridge_pack

Create a no-secrets community bridge pack for ARC, awgym, awrelay, Relay, Spaces, and AwDesk, letting teams share portable integration artifacts without exposing credentials.

Instructions

Create a no-secrets community bridge artifact for ARC, awgym, awrelay, Relay, Spaces, and AwDesk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. 'No-secrets' is a useful constraint, but auth requirements, idempotency/reversibility, rate limits, and whether it mutates remote state are unspecified.

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?

One front-loaded sentence with no filler. It is appropriately compact, though it leaves out necessary context, so conciseness comes at the expense of completeness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a create tool with one optional parameter and no annotations or output schema, the description states what is created and for which platforms. However, it omits when to use it, what 'no-secrets' means operationally, and what the name parameter should contain, leaving real gaps for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, name, has 0% schema description coverage and is not mentioned in the description. The description adds no meaning about what the name represents, its format, or any constraints.

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?

Specific verb 'Create' plus resource 'community bridge artifact' and enumerated target platforms. It distinguishes itself from generic create_artifact, but never explicitly contrasts with siblings like create_shareable_pack or create_connector_artifact, leaving some ambiguity about which artifact tool to pick.

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?

No when-to-use, when-not, or alternative guidance. The description only states what it creates; an agent gets no cue for choosing this over forgepilot_create_artifact or forgepilot_create_shareable_pack.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.