Skip to main content
Glama
john-ops-lab

EasySourceFlow

by john-ops-lab

easysourceflow_submit_link

Submit a public URL for background summarization and receive a job ID to track processing until completion.

Instructions

Default entry point for every URL summarization request. Submit a public URL for durable background processing and retain the returned job ID. Then call easysourceflow_get_job with wait_seconds=45 until the job reaches succeeded, failed, or canceled. A queued or running response is not a failure and must never be replaced with an independent web fetch or summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http or https URL to process.
instructionNoUser summary instruction.
force_refreshNoIgnore cached results and fetch and summarize the source again.
summary_qualityNoUse fast for the configured normal model, or pro for the configured strong model. Video links are automatically treated as pro.fast
Behavior5/5

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

Describes durable background processing, job ID retention, and that queued/running status is not failure. These details complement annotations (openWorldHint, non-destructive) without contradiction.

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?

Four concise sentences, front-loaded with purpose and immediate action. Every sentence adds value; no redundancy.

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

Completeness5/5

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

Covers the full workflow: submit, retain job ID, poll with specific parameters. No output schema exists, but description hints at the return (job ID) adequately.

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%, so description does not need to elaborate on parameters. It adds no extra semantic value beyond the already complete schema descriptions.

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 is the default entry point for URL summarization, specifying the verb (submit) and resource (public URL). It distinguishes itself from siblings by pointing to easysourceflow_get_job for status polling and mentions the broader workflow.

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

Usage Guidelines5/5

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

Explicitly tells when to use (default entry point for URL summarization) and when not to (never replace with independent fetch/summary). Names the alternative tool easysourceflow_get_job and specifies polling parameters.

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/john-ops-lab/EasySourceFlow'

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