Skip to main content
Glama

Server Details

Cloudflare Workers MCP server: ai-agent-scratchpad

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
lazymac2x/ai-agent-scratchpad-api
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.2/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: save checkpoint, delete key, compute diff, list keys, read value, write value. No overlapping functionality; agents can easily distinguish which tool to use.

Naming Consistency5/5

All tools follow a consistent 'scratchpad_' prefix with a clear verb (checkpoint, delete, diff, list, read, write), making the naming pattern predictable and easy to understand.

Tool Count5/5

With 6 tools, the server is well-scoped for a scratchpad utility. It provides essential CRUD operations plus diff/checkpoint for state management, without unnecessary bloat.

Completeness5/5

The tool set covers all key operations: create/update (write), read, delete, list, plus snapshot (checkpoint) and comparison (diff). No dead ends; agents can fully manage a scratchpad session.

Available Tools

6 tools
scratchpad_checkpointInspect

현재 세션 상태의 스냅샷을 체크포인트 태그로 저장합니다. keys를 지정하면 해당 키만 스냅샷.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYes체크포인트 태그 (예: "step-3", "before-refactor")
keysNo스냅샷할 키 목록 (선택사항, 미지정 시 전체)
session_idYes세션 식별자
scratchpad_deleteInspect

세션의 특정 키를 삭제합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes삭제할 키
session_idYes세션 식별자
scratchpad_diffInspect

현재 키 값과 체크포인트 값의 diff를 반환합니다. 또는 두 임의 값의 diff 비교.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyNo비교할 키 (체크포인트 비교 시 필수)
value_aNo직접 비교할 첫 번째 값 (선택사항)
value_bNo직접 비교할 두 번째 값 (선택사항)
session_idYes세션 식별자
checkpoint_tagNo비교 기준 체크포인트 태그
scratchpad_listInspect

세션의 모든 키 목록을 반환합니다. 선택적 prefix 필터링 지원.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo최대 반환 수 (기본 100, 최대 500)
prefixNo키 prefix 필터 (선택사항)
session_idYes세션 식별자
scratchpad_readInspect

세션의 특정 키 값을 조회합니다.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes조회할 키
session_idYes세션 식별자
scratchpad_writeInspect

세션에 키-값을 저장합니다. value는 문자열 또는 JSON 직렬화 가능한 값.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes스크래치패드 키
ttlNo만료 시간(초), 선택사항
valueYes저장할 값 (문자열 또는 객체)
session_idYes세션 식별자 (에이전트 실행 단위)

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.