Skip to main content
Glama

ViewsMeet Pick + Predict

Submit personality perception

submit_personality_perception

Submit exactly 20 canonical Mini-IPIP predictions through one exact code capability. Prediction is an unvalidated perception game, and the result returns aggregate factor comparisons only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
responsesYes
participantKeyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

It discloses useful behavioral facts beyond the annotations: the game is 'unvalidated' and the response contains only 'aggregate factor comparisons'. However, with all annotations false, it remains silent on idempotency, repeat submissions, code validation failures, or any side effects beyond submission.

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?

Two sentences convey the core constraint, the nature of the task, and the response limitation with minimal wordiness. It is front-loaded with the most important requirement ('exactly 20') before the caveats.

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

Completeness3/5

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

The description plus a detailed output schema cover the item set, count, and result granularity. Still, it omits what participantKey represents and how to obtain a valid code, which are necessary for an agent to invoke the tool correctly in the surrounding challenge workflow.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the three parameters by name. The phrase 'exactly 20 canonical Mini-IPIP predictions' clarifies the responses array's intent, but participantKey and the nature and provenance of code are left entirely to inference from 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?

Description states a specific action ('Submit'), a precise resource ('exactly 20 canonical Mini-IPIP predictions'), and a delivery mechanism ('one exact code capability'). This clearly identifies the tool's function and differentiates it from sibling submission/scoring tools such as submit_friendship_prediction.

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

Usage Guidelines3/5

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

The description implies the tool is for submitting Mini-IPIP perception predictions of exactly 20 items, giving a sense of when it applies. However, it never names alternatives or states when not to use this tool, leaving the agent to infer the boundary against siblings like score_personality_responses.

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