Skip to main content
Glama
keviocastro

Paperclip AI Adapter for Antigravity CLI

by keviocastro

paperclip_api_request

Make raw HTTP requests to any Paperclip endpoint to access features not covered by standard tools.

Instructions

Make a raw API request to any Paperclip endpoint (escape hatch)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON body as string
pathYesAPI path (e.g. /api/agents)
methodYesHTTP method

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior1/5

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

With no annotations provided, the description bears full responsibility for disclosing behavioral traits. It mentions 'raw' request, hinting at a lack of validation or safety checks, but does not warn about potential side effects, authentication requirements, rate limits, or error behavior. This is a significant gap for a tool that can hit any endpoint.

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 a single sentence with no wasted words. It front-loads the core action and intent, and the 'escape hatch' qualifier adds essential context without padding. This is appropriately concise for a simple generic tool.

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?

For an escape hatch that can hit any endpoint, the description is incomplete. It does not explain return format, error handling, or cautionary notes about bypassing higher-level tools. While the schema and simple parameter count help, an agent needs more context to use it safely and effectively, especially given the absence of annotations or an output schema.

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 baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides; it merely restates the tool's general purpose. It neither clarifies syntax nor compensates for any gaps, so the schema does the heavy lifting.

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 verb 'make', the resource 'raw API request to any Paperclip endpoint', and the intent as an 'escape hatch'. This immediately distinguishes it from the many specific sibling tools, making its generic role obvious.

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

Usage Guidelines3/5

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

The phrase 'escape hatch' strongly implies it should be used when no specific tool exists, but it does not explicitly say 'use when other tools don't cover your case' or name alternatives. The guidance is implied rather than stated, leaving some ambiguity.

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