Skip to main content
Glama
mu373
by mu373

browse_page

Read-onlyIdempotent

Retrieve a Cosense page's content and metadata, including its links, presented in a structured format suitable for automated agents.

Instructions

Read one Cosense page in an agent-friendly format with metadata and links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
warningsNo
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, which covers the safety profile. The description adds that the output is agent-friendly with metadata and links, which is useful but not extensive. No contradiction with annotations.

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 a single sentence, concise, and front-loads the action ('Read') and the resource. Every word adds value with no redundancy.

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?

While the tool is simple and annotations plus output schema cover safety and return format, the description lacks any usage differentiation from sibling read tools. For an agent selecting among browse_page, read_page, and browse_related_pages, the context is not fully 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 0%, so the description must compensate. The single parameter page_url is self-explanatory and the description's reference to 'Cosense page' implies what the URL points to, but no additional format or usage details are provided beyond the parameter name.

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 a specific verb (Read), resource (one Cosense page), and the output format (agent-friendly with metadata and links). It distinguishes itself from sibling tools by implying a structured format, though it does not explicitly compare to read_page.

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 given on when to use this tool versus siblings like read_page or browse_related_pages. The description implies a general read operation but lacks explicit context or exclusions.

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

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/mu373/mcp-cosense'

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