Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

search_workspaces

Search CData Arc workspaces by name or description using a contains filter to locate matching workspaces.

Instructions

Search workspaces by name or description using contains filter

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchTermYesTerm to search for in workspace names and descriptions
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the contains-filter behavior and implies a read-only search, but it does not specify return format, pagination, or case sensitivity. The core behavior is clear, yet some details are missing.

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?

A single sentence with no unnecessary words. It front-loads the action and resource, and every word contributes meaning.

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 one-parameter search tool without an output schema, the description covers the essential behavior and parameter. It does not describe return values, but this is acceptable given the simplicity and lack of output schema.

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

Parameters4/5

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

The schema description already covers the searchTerm parameter, but the description adds the 'contains filter' detail, clarifying that the match is substring-based rather than exact. This adds value 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?

Description clearly states the tool searches workspaces by name or description using a contains filter. This specific verb+resource+filter semantics distinguishes it from sibling tools like list_workspaces and get_workspace.

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?

The description implies usage for finding workspaces by a search term, making the context clear. It does not explicitly mention alternatives or exclusions, but the verb 'search' and filter details provide adequate guidance.

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/ctslone/AdminAPI_MCP'

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