Skip to main content
Glama
badfrog18

ips-automation-mcp

by badfrog18

php_eval

Execute PHP code directly in IP-Symcon for quick testing of code snippets, variable IDs, and more without creating a persistent script.

Instructions

Führt PHP-Code direkt in IP-Symcon aus ohne ein persistentes Skript anzulegen. Ideal zum schnellen Testen von Code-Schnipseln, Variablen-IDs prüfen, etc. Erstellt intern ein Temp-Skript, führt es aus, löscht es wieder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesPHP-Code der ausgeführt werden soll (ohne <?php Tag)
Behavior4/5

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

Without annotations, the description fully carries the transparency burden. It discloses the internal behavior: creating a temp script, executing it, and deleting it. This gives the agent a good understanding of the tool's lifecycle.

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 cover the purpose, use cases, and internal behavior. Every sentence adds value; no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter, no output schema, and no annotations, the description is complete. It explains the action, the temporary nature, and use cases, leaving no gaps for this complexity level.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema coverage is 100%, but the description adds crucial context: the code should be without <?php tag. This prevents a common mistake and adds value beyond the schema.

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 tool executes PHP code directly without creating a persistent script, and specifies it's for quick testing like code snippets and variable ID checks. This distinguishes it from sibling tools like script_create or script_execute that handle persistent scripts.

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 notes it's ideal for quick testing and checking variable IDs, implying usage for ad-hoc tasks rather than persistent scripts. While it doesn't explicitly mention alternatives, the context is clear.

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/badfrog18/ips-automation-mcp'

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