Skip to main content
Glama
alliance-genome

agr_postgres_mcp

Official

schema_search

Find database tables or columns by name using SQL LIKE patterns. Specify a search pattern and choose between tables or columns to locate relevant schema objects.

Instructions

Search for tables or columns matching a pattern. Useful for finding tables by name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternYesSearch pattern (SQL LIKE pattern, e.g. '%gene%')
search_typeNoSearch tables or columns (default: tables)tables

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It only implies a read-only search operation and does not mention result size limits, case sensitivity, whether schema-qualified names are supported, or what the output contains. This is a notable gap for an unannotated tool.

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?

The description is compact and front-loads the core behavior in the first sentence. The second sentence adds a use case but is somewhat redundant with the first, keeping it from a perfect score.

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?

For a simple two-parameter search tool, the core usage is clear. However, with no output schema, the description does not explain what the search returns or any limits, so an agent may be unsure about the result format without additional inference.

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

Parameters3/5

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

The input schema already documents both parameters fully, including the LIKE pattern format and the tables/columns enum with a default. The description adds little beyond 'matching a pattern,' so the baseline score of 3 is appropriate.

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 states a specific verb and resource: search for tables or columns matching a pattern. This is clear enough to identify the tool's job, though it does not explicitly differentiate it from siblings like list_tables or describe_table.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives some guidance by saying it is 'useful for finding tables by name,' which implies a name-based discovery use case. However, it does not explicitly say when to prefer this tool over alternatives such as list_tables, describe_table, or query, and it provides no exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/alliance-genome/agr_postgres_mcp'

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