Skip to main content
Glama

scalix_fn_invoke

Destructive

Invoke a deployed function with a JSON payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoJSON payload to pass to the function
function_idYesFunction ID to invoke

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, but the description adds no additional behavioral context such as side effects, sync/async behavior, error handling, or auth requirements. It simply restates the action without informing the agent of consequences beyond what annotations provide.

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?

Single sentence, front-loaded with verb, no filler. Perfectly concise for a simple 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 a function invocation tool with no output schema and no mention of return behavior, the description leaves the agent without expectations about results, errors, or whether invocation is synchronous. Sibling tools suggest more complex workflows that this tool doesn't clarify, making the description incomplete.

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% (both function_id and data have descriptions), so the baseline is 3. The description's phrase 'with a JSON payload' adds no new meaning beyond the existing schema field 'data'.

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 uses a specific verb ('invoke') and identifies the resource ('deployed function'), making the tool's purpose clear and distinguishing it from deployment and listing tools. It also specifies the input type ('JSON payload').

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?

No guidance is provided on when to use this tool versus alternatives like scalix_sandbox_run or scalix_ai_infer. The description does not mention usage scenarios, prerequisites, or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.