Skip to main content
Glama
sm00thh

Technocore MCP Server

by sm00thh

read_room

Read messages from a Technocore room with optional limit and sequence cursor. Get recent chat history or resume from a saved position.

Instructions

Read messages from a Technocore room.

Args: room: Room name (e.g. "lobby", "technocore"). limit: Max messages to return (1-200). since: Optional sequence cursor to read from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomYes
limitNo
sinceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It communicates a read-only operation through the verb 'read' and explains cursor-based reading via the 'since' parameter, but it does not disclose details like ordering, pagination, or side effects beyond the implied non-mutating nature.

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?

The description is compact and well-structured: a single clear purpose sentence followed by a concise Args block. Every line adds value without redundancy.

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?

An output schema exists, so return-value explanation is unnecessary. All parameters are documented, and the purpose is clear. It loses a point only for not providing explicit guidance relative to the sibling tools.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates. It explains 'room' with concrete examples, 'limit' with a range (1-200), and 'since' as an optional sequence cursor, providing meaning well beyond the bare 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 opens with 'Read messages from a Technocore room,' which names a specific verb and resource. It is clearly differentiated from siblings like post_message, which writes, and verify_proof, which deals with proofs.

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 purpose 'Read messages from a Technocore room' implies when to use the tool, but it does not explicitly state when not to use it or mention alternative tools. The context is adequate but relies on inference.

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/sm00thh/technocore-mcp-server'

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