Skip to main content
Glama
peterbedorjr

orca-copilot-mcp

by peterbedorjr

find_settings

Search OrcaSlicer settings by name, label, or description to locate the correct setting when you don't know its key. Returns matching excerpts for quick identification.

Instructions

Search settings by name, label, or description. Use this to find the setting for a problem when you do not already know its key.

Matches a substring, so 'seam' or 'stringing' both work. Returns short excerpts; follow up with describe_setting on the one you want.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It usefully discloses substring matching behavior and that the tool returns short excerpts rather than full details. It does not explicitly state read-only behavior, but 'search' strongly implies it and the overall disclosure is solid for a simple lookup tool.

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 compact and front-loaded: purpose first, then matching semantics, then the follow-up instruction. Every sentence adds value and there is no redundant or filler text.

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

Completeness4/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 description covers what it searches, how matching works, what is returned, and what to do next. It omits limit behavior details, but those are partially available in the schema and the tool's simplicity keeps this from being a major gap.

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?

Schema description coverage is 0%, so the description must compensate. It explains the query parameter well (substring matching, examples), but the limit parameter receives no explanation. This partial coverage justifies a middle score.

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 states a clear action ('search settings') and explicit searchable fields: name, label, and description. It also frames itself as the way to find a setting when the key is unknown, which distinguishes it from a tool like describe_setting without needing to inspect schemas.

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

Usage Guidelines5/5

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

It explicitly says to use this tool when the setting key is unknown, and instructs the agent to follow up with describe_setting on the desired result. This both names the alternative and gives the condition that should trigger its use.

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/peterbedorjr/orca-copilot'

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