Skip to main content
Glama
anggasct

MCP-Insomnia

by anggasct

import_from_curl

Parses a cURL command to create and add an API request to a selected collection in Insomnia.

Instructions

Create a request from a cURL command

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
curlCommandYesThe cURL command to parse
collectionIdYesID of the collection to add the request to
requestNameNoName for the new request
folderIdNoOptional folder ID to place the request in
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It only states 'Create' (a write operation) but does not describe side effects (e.g., changes to the collection), required permissions, error behavior, or the outcome (e.g., the created request model).

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?

The description is a single, front-loaded sentence—efficient and to the point. However, it is almost too sparse, lacking any secondary sentences that could provide valuable context without harming conciseness.

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 4 parameters, no output schema, and no annotations, the description is insufficient. It does not explain what happens after creation (e.g., returns the new request), how errors are handled (e.g., invalid cURL), or any operational constraints (e.g., collection must exist). The agent has to rely entirely on the schema and assumptions.

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 does not add any additional meaning beyond what the schema already provides; it merely restates the tool's purpose without elaborating on parameter usage, such as how the cURL command is parsed or the role of optional parameters like folderId.

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 'Create a request from a cURL command' is specific about the verb (create) and resource (request from cURL command). It clearly distinguishes this tool from sibling import tools like import_from_openapi and import_from_postman, which handle different formats.

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. It does not mention that this is specifically for cURL commands, nor does it state any prerequisites or scenarios where this tool is not appropriate.

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/anggasct/mcp-insomnia'

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