Skip to main content
Glama
WebRTCGame

SQLite Project Memory MCP

by WebRTCGame

export_markdown_views

Export project data from SQLite database as human-readable markdown views for documentation and sharing purposes.

Instructions

Write generated markdown views only after an explicit user request for a human-readable artifact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
view_namesNo
output_dirNo
overwriteNo
require_existing_dirNo
user_requestedNo
request_reasonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions the tool writes files (implied mutation) and requires user requests, but lacks details on permissions, file system impact, error handling, or output behavior. The description adds minimal behavioral context beyond the basic action.

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, well-structured sentence that efficiently conveys the core action and usage condition. It's front-loaded with the main purpose and has zero wasted words, making it easy to parse.

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?

Given 6 parameters with 0% schema coverage, no annotations, and sibling tools like 'render_markdown_views', the description is incomplete. It doesn't explain what 'markdown views' are, how parameters interact, or what the output schema returns. The presence of an output schema reduces the need to describe returns, but other gaps remain significant.

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 must compensate for 6 undocumented parameters. It doesn't explain any parameters like 'view_names', 'output_dir', or 'user_requested', leaving their purposes unclear. The description adds no parameter semantics beyond the basic action.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool 'Write[s] generated markdown views' which provides a verb ('write') and resource ('markdown views'), but it's vague about what 'markdown views' are and doesn't distinguish from siblings like 'render_markdown_views' or 'write_content'. The phrase 'human-readable artifact' adds some context but remains general.

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?

The description explicitly states 'only after an explicit user request for a human-readable artifact,' providing clear when-to-use guidance. This distinguishes it from tools that might generate views automatically or for other purposes, though it doesn't name specific alternatives.

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/WebRTCGame/SQLITE-MCP'

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