Skip to main content
Glama
tomfrenzel

hortusfox-mcp

by tomfrenzel

Add plant log entry

hortusfox_add_plant_log_entry

Add a journal entry to a plant log. Provide a plant ID and text content to record observations or notes, returning the new entry ID.

Instructions

Add a log/journal entry to a plant. Returns the new log entry ID. Endpoint: /api/plants/log/add.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plantYesThe plant ID.
contentYesThe log entry text.
Behavior2/5

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

With no annotations, the description carries the full burden. It discloses the basic action and return value but omits side effects, error conditions, authentication needs, or details about what happens to the existing log.

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 short (two sentences) and efficiently conveys the core action and return. The endpoint mention is slightly redundant but not excessive.

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 simple tool with two parameters and no output schema, the description covers the essential action and return. It lacks some context (e.g., that the entry is appended), but overall it is 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?

Schema description coverage is 100%, so baseline is 3. The description does not add further meaning to the parameters beyond what the schema already provides (plant ID and content text).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Add a log/journal entry to a plant') and mentions the return value ('Returns the new log entry ID'). It effectively distinguishes from edit sibling tools by using 'add' but does not differentiate from other log-related tools like fetch.

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 (e.g., edit or fetch log entries). There are no mentions of prerequisites, like needing a valid plant ID, or any conditions for use.

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/tomfrenzel/hortusfox-mcp'

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