Skip to main content
Glama
blessed0x

scratch-unified-mcp

by blessed0x

Social Search Projects

social_search_projects

Search Scratch's shared projects by keyword, or browse trending, popular, or recent listings. Get lean summaries with IDs, titles, authors, and stats for quick discovery.

Instructions

Search Scratch's shared projects, or browse them when no query is given.

Results are a lean summary: id, title, author, url, thumbnail and stats. Follow up with social_get_project_info for the full record of one project, or project_download to pull one apart and edit it.

Note: as of 27/07/26, the API is broken right now, so if it doesn't work it's an upstream issue -- not our one. You can, if you wish, search the web for status updates as to Scratch search functionality.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo"trending" (default), "popular", or "recent".trending
limitNoHow many results to return (1-40).
queryNoWords to search for. Leave unset to browse instead of search.
offsetNoHow many results to skip, for paging.
languageNoTwo-letter language code Scratch should rank for.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
sortYes
limitYes
queryYes
offsetYes
resultsYes
browsingYes
has_moreYes
languageYes
returnedYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that results are a lean summary, lists the returned fields, and importantly warns that the underlying API is currently broken and failures may be an upstream issue. This gives an agent useful expectations about behavior and failure handling, though it does not mention rate limits or error shapes.

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?

The description is well-structured and front-loaded with the core purpose, followed by result format, follow-up tools, and a relevant reliability warning. The phrasing is slightly informal in places, but each part earns its place and the length is appropriate.

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?

For a simple search/browse tool with a complete input schema and an output schema present, the description covers the main behavior, return summary, follow-up paths, and even a known upstream outage. It is sufficiently complete for an agent to call it and interpret results, though it could have explicitly stated whether the operation is read-only.

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 the input schema already fully explains sort, limit, query, offset, and language. The description adds only the browse-vs-search behavior for an empty query, which is also stated in the schema. It does not materially deepen parameter understanding beyond the structured definitions.

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's action: search or browse Scratch's shared projects. It uses a specific verb and resource, and adds enough detail about result contents to distinguish it from the many sibling tools focused on opening, editing, or managing local projects.

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 explains when to browse versus search ('browse them when no query is given') and explicitly names follow-up tools: social_get_project_info for full records and project_download for editing. It does not exhaustively contrast against all alternative tools, but provides practical routing guidance for the main decision.

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

Deploy Server

Other Tools