Skip to main content
Glama

db_reef_refresh

db_reef_refresh

Replace indexed Reef facts with the current database schema snapshot, including schemas, tables, columns, indexes, foreign keys, RLS policies, triggers, enums, and RPCs. Use after project_index_refresh for a fresh snapshot.

Instructions

Explicit Reef DB ingestion tool: replace indexed Reef facts for the current schema snapshot, including schemas, tables, columns, indexes, foreign keys, RLS policies, triggers, enums, RPCs, RPC-to-table refs, and indexed schema usages. Uses the existing schema snapshot/read-model indexes; run project_index_refresh first if the snapshot is stale or missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNo
projectRefNo
includeAppUsageNo
includeFactsNo
factsLimitNo
freshenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNameYes
projectIdYes
projectRootYes
factsNo
factsTruncatedNo
schemaFreshnessYes
summaryYes
warningsYes
_hintsYes
Behavior4/5

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

Discloses that the tool replaces facts (mutation, consistent with readOnlyHint=false) and depends on existing schema snapshot/read-model indexes. Adds dependency context beyond annotations (idempotentHint=false, openWorldHint=true).

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?

Two sentences, front-loaded with purpose and list of ingested items, followed by a prerequisite. No fluff, but the list could be more structured (e.g., bullet points).

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?

Adequate for core purpose and dependency, but lacks parameter semantics and explanation of output (output schema exists, so return values not required). Missing details on how parameters like 'freshen' or 'includeAppUsage' affect behavior.

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

Parameters1/5

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

With 0% schema description coverage, the description fails to explain any of the 6 parameters (projectId, projectRef, includeAppUsage, includeFacts, factsLimit, freshen). The description provides no parameter-specific guidance, leaving the agent to guess.

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 uses a specific verb ('replace indexed Reef facts') and lists the exact items ingested, clearly distinguishing it from sibling tools like project_index_refresh, which is mentioned as a prerequisite.

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?

Describes when to use (to refresh Reef facts for schema snapshot) and provides a clear precondition: run project_index_refresh first if snapshot is stale. No explicit alternatives or when-not, but the context is sufficient.

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/drhalto/agentmako'

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