Skip to main content
Glama

read_and_score

Read any URL to get clean Markdown and an AIO accuracy score in one call, enabling AI agents to assess content trustworthiness.

Instructions

Read any URL and return both clean Markdown AND the AIO accuracy score in one call. The recommended default for most AI workflows — gives both content and quality assessment together, so the AI agent can decide how much to trust the content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to read and score.
freshNoIf true, bypass cache and fetch fresh content. Default false.
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It mentions read-only intent ('Read any URL') and output ('clean Markdown and the AIO accuracy score'), but it does not disclose caching behavior despite the 'fresh' parameter, potential delays, error handling, or security considerations for reading arbitrary URLs.

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 two sentences long, front-loaded with the primary purpose (read and return Markdown and score), followed by a concise rationale for why this is the default. Every sentence adds value with no fluff or repetition of schema details.

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?

For a simple two-parameter tool, the description captures the main purpose and output. However, it omits any details about the AIO accuracy score's meaning, possible error cases, or how to use the 'fresh' parameter. The description is adequate but leaves room for clarification on edge cases and expected return payload structure.

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?

The input schema has 100% parameter coverage, with descriptions for both 'url' and 'fresh'. The tool description adds no parameter-specific semantics beyond the schema, so the baseline score of 3 is appropriate. It does not explain how 'fresh' affects the call or when to set it true.

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 clearly states the tool combines reading a URL and scoring it in one call: 'Read any URL and return both clean Markdown AND the AIO accuracy score'. It distinguishes itself from siblings by explicitly positioning itself as the combined alternative to dedicated read_url and score_url tools.

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?

It provides a clear usage recommendation: 'The recommended default for most AI workflows'. This implies that for workflows needing both content and quality, use this tool, while single-purpose needs might use siblings. However, it does not explicitly state when NOT to use it or mention alternatives by name.

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/ravixalgorithm/onto-mcp'

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