Skip to main content
Glama
blessed0x

scratch-unified-mcp

by blessed0x

Sb3 Cloud Logs

sb3_cloud_logs

Fetch recent cloud activity logs for a Scratch project by specifying its project ID.

Instructions

Recent cloud activity log for a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state whether this is a read-only operation, what constitutes an activity log entry, how 'recent' is defined, or whether pagination or limits apply. The word 'log' hints at non-mutating behavior, but that is not explicit.

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 short sentence with no filler words. It is front-loaded with the core subject and avoids redundancy with the title.

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

Completeness2/5

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

Although the tool is simple and has an output schema, the description still leaves key selection and invocation context unspecified: what an activity log entry looks like, what limit controls, and when to prefer this over cloud variable tools. The output schema helps but does not replace usage guidance.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to compensate. It only mentions 'a project,' which loosely maps to project_id, but it says nothing about the limit parameter or how these parameters affect the returned log. The schema provides basic names and types, but not behavioral meaning.

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 identifies the resource: recent cloud activity logs for a project. It is specific enough to distinguish itself from cloud variable reads/writes like sb3_cloud_get_vars and sb3_cloud_set_var, though it lacks an explicit verb like 'retrieve'.

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?

The description gives no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. The only usage signal is the phrase 'for a project,' which only implies it needs a project_id.

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