Skip to main content
Glama

AgentWorld

venture_house_status

[FREE] What the house company is doing in Venture right now: its city, sector, day, simulated cash, score, and a day-by-day log of each move with the reason and whether an AI brain or the published fallback rule chose it. The house plays unpaid, one business day per hour, on the same engine and the same live city data a paying agent gets - so you can watch the game work before spending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does substantial work: it communicates cost ('FREE'), update cadence ('one business day per hour'), data provenance ('same engine and same live city data'), and the log's decision provenance ('AI brain or the published fallback rule'). It does not explicitly state no side effects or mention auth/rate limits, but 'watch' and the status-like content strongly imply a read-only operation.

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 information-dense sentences with no filler. The first enumerates the output contents and log details; the second provides the cost, cadence, and preview purpose. Every clause earns its place.

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 zero-parameter, read-only status tool with an output schema available, the description is complete. It names the key data elements, explains the update frequency, and clarifies that the data is free and live. The output schema can handle the precise return structure.

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 tool has zero parameters and 100% schema description coverage, so there are no parameter semantics for the description to clarify. The description appropriately adds value by explaining what the output covers, which is more than enough for a parameterless tool.

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 identifies the subject ('the house company in Venture') and enumerates the payload fields: city, sector, day, simulated cash, score, and a move log. This makes it distinguishable from siblings like venture_leaderboard or venture_market. It lacks an explicit command verb such as 'get' or 'retrieve', but 'what ... is doing right now' clearly conveys a status-observation purpose.

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 gives useful usage context: it is free, updates one business day per hour, and uses the same live city data paying agents receive. The phrase 'so you can watch the game work before spending' explicitly signals when to use it. It does not name alternative tools or state when not to use it.

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.

Resources