Skip to main content
Glama
juergenkoller-software

PDF Content Search MCP

patch_settings_search

Update search settings to control case sensitivity, fuzzy search, whole word matching, result limits, and more.

Instructions

Update search settings. Accepted fields: case_sensitive, fuzzy_search, whole_word, max_results, search_in_filenames, highlight_matches, auto_search, snippet_length, exclude_patterns, min_query_length.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whole_wordNo
auto_searchNo
max_resultsNo
fuzzy_searchNo
case_sensitiveNo
snippet_lengthNo
exclude_patternsNo
min_query_lengthNo
highlight_matchesNo
search_in_filenamesNo
Behavior2/5

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

With no annotations, the description must convey behavioral traits. It only says 'Update' without disclosing side effects, persistence, or default behavior for omitted fields. Minimal transparency for a mutation 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 a single sentence efficiently listing all fields. It's front-loaded with the action, but could be structured with brief explanations per field. Still, it's concise without redundancy.

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 10 optional parameters, no output schema, and the tool's complexity, the description lacks details on return values, success indication, or scope of changes. It is incomplete for realistic use.

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%, requiring the description to explain parameters. It lists all 10 field names but provides no details on allowed values, constraints (e.g., min/max for integers), or format for exclude_patterns. This adds little beyond the schema.

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 'Update search settings' specifying the verb (update) and resource (search settings). It distinguishes from sibling tools like patch_settings_appearance and patch_settings_processing by focusing on search-specific fields.

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 implies use for modifying search settings but provides no explicit guidance on when to use this tool versus alternatives like patch_settings_appearance or get_settings. No exclusions or prerequisites are mentioned.

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/juergenkoller-software/pdf-content-search-mcp'

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