Skip to main content
Glama
bpamiri

u2-mcp

by bpamiri

save_knowledge

Persist useful discoveries about database schema, file structures, and query patterns for future reference.

Instructions

Save learned information about the Universe database.

Use this to persist useful discoveries about the database schema, file structures, query patterns, and data meanings. This information will be available in future conversations.

Good things to save:

  • File purposes (e.g., "AR-CUST contains customer master records")

  • Field meanings (e.g., "In CUSTOMERS, field 1 is name, field 5 is phone")

  • Working query patterns that produced good results

  • Relationships between files

  • Data format notes (date formats, codes, etc.)

Args: topic: A short descriptive name for this knowledge (e.g., "CUSTOMERS file", "Invoice queries", "Date formats") content: The knowledge to save. Use markdown formatting. append: If True, add to existing topic. If False, replace it.

Returns: Status of the save operation.

Examples: save_knowledge("AR-CUST file", "Customer master file. Key is customer number.") save_knowledge("Date formats", "Dates stored as internal format. Use D2/ conversion.")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes
appendNo
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that information will be available in future conversations, explains append behavior (add vs. replace), and mentions return status. Missing details on persistence guarantees or error handling, but generally transparent.

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?

Well-structured with clear sections (purpose, usage, args, returns, examples). Slightly verbose due to bullet list and examples, but each sentence adds value. Front-loaded with purpose and usage.

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

Completeness5/5

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

Given 3 parameters, no annotations, and an output schema (implied), the description covers all needed aspects: purpose, usage context, parameter semantics, examples. No gaps identified.

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

Parameters5/5

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

Schema has no parameter descriptions (0% coverage), so description adds significant meaning: explains topic as short descriptive name, content as knowledge with markdown, append as additive or replacement. Includes examples, greatly aiding correct parameter usage.

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 clearly states it saves learned information about the Universe database, using specific verb and resource. It distinguishes from sibling tools like list_knowledge, search_knowledge, and delete_knowledge by focusing on persistence.

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?

It provides explicit guidance on when to use (persist discoveries about schema, file structures, etc.) and what to save (good things to save list). However, it does not explicitly mention when not to use or differentiate from alternatives like update operations.

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/bpamiri/u2-mcp'

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