Skip to main content
Glama

twocents

Server Details

Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have entirely distinct purposes: one shares a page, the other retrieves feedback. No overlap.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (share_page, get_feedback) with clear actions.

Tool Count3/5

Only 2 tools, which is on the low end but appropriate for a focused workflow of sharing pages and collecting notes. However, additional management tools (e.g., delete, list rooms) might be expected.

Completeness4/5

The core functionality of sharing and retrieving feedback is covered. Missing operations like deleting a share or managing multiple rooms are minor gaps.

Available Tools

2 tools
get_feedbackGet reviewer feedback for a shared pageAInspect

Fetch the reviewer notes for a page shared with share_page, as markdown grouped by page with the anchor text/selector for each note so you can locate and apply it.

ParametersJSON Schema
NameRequiredDescriptionDefault
roomYesThe room id returned by share_page.
Behavior2/5

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

No annotations provided, so description carries full burden. Describes output format but omits whether the operation is read-only, requires any permissions, or has side effects. Incomplete for behavioral disclosure.

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?

Single sentence packed with relevant details (markdown, grouping, anchor text). Slightly dense but efficient; no wasted words.

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?

Given one parameter and no output schema, description adequately explains output format. Could mention if all notes are retrieved or any pagination, but sufficient for a simple fetch tool.

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% with the parameter described identically. Description adds no additional meaning beyond the schema, meeting baseline but not surpassing it.

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 clearly states the action ('fetch'), the resource ('reviewer notes'), and the format ('markdown grouped by page with anchor text/selector'). It distinguishes from sibling 'share_page' which is for sharing, not fetching.

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?

Implies usage after 'share_page' by mentioning it returns the room id from share_page, but no explicit when-to-use or when-not-to-use guidance. Lacks alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

share_pageShare a page for visual feedbackAInspect

Share a self-contained HTML page and get back a review link to send to people. Reviewers open the link and pin notes directly on the page — no login or install. Call again with the same room id to update the page; connected reviewers see the update live. Use get_feedback to collect the notes.

ParametersJSON Schema
NameRequiredDescriptionDefault
htmlYesA complete, self-contained HTML document (inline CSS/JS/images — no local file references, they will 404 for reviewers). Max ~120 KB.
pathNoFor multi-page sites: the filename this HTML lives at in the room (e.g. "about.html"). Defaults to "index.html", the page reviewers land on. Share the other pages into the same room id and link between them with plain relative hrefs.
roomNoRoom id from a previous share_page call, to update that page. Omit to create a new room.
Behavior4/5

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

Discloses that HTML must be self-contained with inline resources, max size ~120 KB, and that updating with same room id pushes live updates. Warns about local file references causing 404. No annotations provided, so description carries full burden.

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?

Main description is two focused sentences. Parameter descriptions are detailed but not overly verbose. Could be slightly more concise, but overall efficient.

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?

Covers key aspects: sharing, updating, multi-page support, and use of get_feedback. Lacks explicit return value format (review link mentioned but not detailed). Adequate for a tool with no output schema.

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?

All three parameters have schema descriptions, but the tool description adds rich context: html specifies self-contained and max size; path explains multi-page usage and default; room clarifies update vs. create behavior. This adds significant value beyond 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?

Clearly states the verb 'share' and resource 'self-contained HTML page', with the outcome being a review link. Differentiates from sibling tool 'get_feedback' by directing the user to use it for collecting notes.

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?

Provides when to use (share for feedback) and how to update (same room id). Mentions using get_feedback for collection. Lacks explicit when-not-to-use guidance, but overall clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources