Skip to main content
Glama

invoke_function

Invoke deployed functions via HTTP to test them without building a frontend, returning the response body and status code.

Instructions

Invoke a deployed function via HTTP. Returns the function's response body and status code. Useful for testing functions without building a frontend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe project ID
nameYesFunction name to invoke
methodNoHTTP method (default: POST)
bodyNoRequest body (string or JSON object)
headersNoAdditional headers to send
Behavior3/5

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

Without annotations, the description carries the full burden. It discloses the HTTP invocation method and the return of response body and status code, but does not detail error handling, authentication requirements, or potential timeouts. Adequate but incomplete.

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?

Two sentences with no wasted words. The first sentence states the action and method; the second adds the return values and use case. Efficient and front-loaded.

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?

The description covers the essential behavior and return values. With no output schema, it compensates by specifying the response body and status code. It could mention error cases or prerequisites (e.g., function must be deployed), but is still fairly complete.

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 input schema already provides full descriptions for all 5 parameters (100% coverage). The tool description adds no additional parameter-level meaning beyond the schema, so it meets the baseline of 3.

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 'Invoke a deployed function via HTTP', specifying the verb and resource. It distinguishes from siblings like deploy_function, update_function, and list_functions by focusing on invocation and testing.

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

Usage Guidelines4/5

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

The description provides context by stating 'Useful for testing functions without building a frontend', giving a clear use case. However, it lacks explicit guidance on when not to use this tool or alternatives such as deploy_function for deployment.

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/kychee-com/run402'

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