Skip to main content
Glama
WebRTCGame

SQLite Project Memory MCP

by WebRTCGame

apply_performance_tuning

Optimize SQLite database performance for project memory workloads by configuring settings like journal mode, cache size, and synchronous writes to improve throughput.

Instructions

Tune SQLite settings for throughput during heavy project-memory workloads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
journal_modeNoWAL
synchronousNoNORMAL
temp_storeNoMEMORY
cache_sizeNo
mmap_sizeNo
automatic_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 states 'Tune SQLite settings,' implying a write/mutation operation that changes database configuration, but doesn't disclose critical traits: whether this requires specific permissions, if changes are persistent or reversible, potential side effects on database performance or stability, rate limits, or what the output contains. For a tool with 6 parameters and no annotation coverage, this is a significant gap in transparency.

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, efficient sentence that front-loads the core action ('Tune SQLite settings') and purpose ('for throughput during heavy project-memory workloads'). There is zero wasted text, and every word contributes to understanding the tool's intent without redundancy or unnecessary elaboration.

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

Completeness3/5

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

Given the complexity (6 parameters, mutation operation) and the presence of an output schema (which relieves the description from explaining return values), the description is minimally adequate but incomplete. It covers the high-level purpose but lacks usage guidelines, parameter details, and behavioral context needed for safe and effective use. With no annotations and 0% schema coverage, the description should do more to guide the agent, especially for a configuration-changing tool.

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%, meaning none of the 6 parameters have descriptions in the schema. The description adds no parameter-specific information beyond the general context of 'SQLite settings for throughput.' It doesn't explain what journal_mode, synchronous, temp_store, cache_size, mmap_size, or automatic_index do, their valid values, or how they relate to performance tuning. The description fails to compensate for the lack of schema documentation.

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 states the verb ('Tune') and resource ('SQLite settings') with a specific purpose ('for throughput during heavy project-memory workloads'). It distinguishes from siblings by focusing on performance tuning rather than data operations like create_entity or run_read_query. However, it doesn't explicitly differentiate from potential similar tools like get_database_health, which might provide diagnostics rather than configuration changes.

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 implies usage during 'heavy project-memory workloads' but provides no explicit guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., database connection state), exclusions (e.g., not for read-only scenarios), or compare to siblings like get_database_health for diagnostics. The context is vague, leaving the agent to infer appropriate usage scenarios.

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