Skip to main content
Glama

Inspect a Zapier integration

inspect_integration

Inspect a Zapier CLI integration project and get a structured summary of its triggers, creates, searches, authentication, and platform version.

Instructions

Structured summary of a zapier-platform-cli project: triggers, creates, searches, authentication, platform version, request hooks. Note: this evaluates the project's own entry module (exactly as the Zapier CLI does).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to a zapier-platform-cli integration project directory
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It does disclose that the tool evaluates the project's own entry module 'exactly as the Zapier CLI does', which is a useful behavioral trait. However, it does not explicitly state whether any modification occurs (though 'inspect' implies read-only), nor does it mention potential errors or dependencies.

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 extremely concise: one sentence for the main purpose and a second clarifying note. Both are front-loaded and every word serves a purpose, making it easy for an agent to parse quickly.

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 there is no output schema, the description appropriately lists the key components of the summary, giving the agent a good idea of the return value. The note about the entry module provides important execution context. It is complete enough for a simple single-parameter inspect tool.

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?

The schema already provides a description for the single `path` parameter, giving 100% schema coverage. The tool description adds no further semantic detail about the parameter, so it provides no value beyond the schema. Baseline 3 is appropriate.

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 what the tool does: 'Structured summary of a zapier-platform-cli project' and lists the specific components it covers (triggers, creates, searches, authentication, platform version, request hooks). This distinctively separates it from siblings like lint or validate, which have differing objectives.

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 purpose is clear enough to imply when to use it (when you need an overview of a project's structure), but there is no explicit mention of when not to use it or how it compares to alternative sibling tools. The note about evaluating the entry module adds some context but no direct usage guidance.

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/arose26/zapier-dev-mcp'

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