Skip to main content
Glama
doossee
by doossee

Create Request

invoker_create_request

Create HTTP request files in .ivk format by specifying method, URL, headers, body, and scripts for API testing and automation.

Instructions

Create a new .ivk request file. Specify the HTTP method, URL, and optionally headers, body, auth, scripts. The file is written to disk in .ivk format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath where the .ivk file should be created
methodYesHTTP method
urlYesRequest URL (can contain {{variables}})
nameNoRequest name (@name directive)
descriptionNoRequest description (@description directive)
headersNoHTTP headers as key-value pairs
bodyNoRequest body (usually JSON)
authNoAuth directive (e.g. 'bearer {{token}}', 'basic user pass', 'none')
pre_scriptNoJavaScript pre-request script
post_scriptNoJavaScript post-response script (can extract values with ivk.env.set)
test_scriptNoJavaScript test assertions
Behavior3/5

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

Annotations indicate this is not read-only and not destructive, which aligns with the description's 'create' action. The description adds useful context by specifying that the file is written to disk, but does not disclose additional behavioral traits like error handling, file overwriting behavior, or format specifics beyond .ivk. With annotations covering the basic safety profile, this provides moderate value.

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, well-structured sentence that front-loads the core action and efficiently lists optional components. Every word contributes to understanding the tool's function without redundancy or unnecessary elaboration.

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?

For a creation tool with 11 parameters and no output schema, the description adequately covers the essential action and key inputs. However, it lacks details on the .ivk file format structure, potential side effects (e.g., file overwriting), or example usage, which could help in more complex scenarios. The annotations provide basic safety context, but some behavioral gaps remain.

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 schema fully documents all 11 parameters. The description mentions key parameters (HTTP method, URL, headers, body, auth, scripts) but adds no syntax or format details beyond what the schema provides. This meets the baseline for high schema coverage without enhancing parameter understanding.

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 specific action ('Create a new .ivk request file') and resource (the file), distinguishing it from sibling tools like invoker_read_request or invoker_send_request. It specifies the file format (.ivk) and key components to include, making the purpose unambiguous.

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 description implies usage for creating request files, but does not explicitly state when to use this tool versus alternatives like invoker_send_request (for executing requests) or invoker_read_request (for reading existing files). No exclusions or prerequisites are mentioned, leaving some ambiguity about the appropriate context.

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/doossee/invoker-mcp'

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