Skip to main content
Glama

ProDisco Search Tools

prodisco_searchTools

Search indexed TypeScript libraries for API methods, types, and functions by name. Filter results by library, document type, or category to locate specific code elements.

Instructions

BROWSE API DOCUMENTATION. Find methods/types/functions by name from indexed TypeScript libraries. Use methodName to search (this searches indexed TypeScript typings only; it does NOT execute code or call external services).

INDEXED: - @kubernetes/client-node: Kubernetes API client

  • @prodisco/prometheus-client: Prometheus queries & metric discovery

  • @prodisco/loki-client: Loki LogQL querying

  • simple-statistics: Statistics helpers

  • uvu: Lightweight test runner for sandbox testing.

FILTERS: library, documentType (method|type|function|script), category

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNameNoSearch for API members by name (methods/types/functions/scripts). Use a class/type/function/method name or keyword relevant to the libraries you configured. Searches indexed library APIs (prefers TypeScript typings; falls back to ESM JavaScript exports when typings are absent). No code execution.
documentTypeNoFilter by document type: "method" (class methods), "type" (classes, interfaces, enums), "function" (standalone functions), "script" (cached scripts), or "all"all
categoryNoFilter by category (e.g., list, create, read, delete, patch for methods; class, interface, enum for types)
libraryNoFilter by library: - "@kubernetes/client-node": Kubernetes API client - "@prodisco/prometheus-client": Prometheus queries & metric discovery - "@prodisco/loki-client": Loki LogQL querying - "simple-statistics": Statistics helpers - "uvu": Lightweight test runner for sandbox testing, or "all"all
excludeNoExclusion criteria
limitNoMaximum number of results to return
offsetNoNumber of results to skip for pagination (default: 0)
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses that the tool searches indexed TypeScript typings or falls back to ESM exports, and that it does not execute code or call external services. The behavior is transparent, though it does not describe the return format or pagination details.

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 well-structured with a bold main statement and bullet points for libraries. It is somewhat redundant because the library list appears both in the description and in the library parameter description, but overall it is not overly verbose.

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?

Given the tool's complexity (7 parameters, nested objects, no output schema), the description covers the search scope, indexed libraries, filter options, and explicitly states it does not execute code. It is sufficiently complete for an agent to understand the tool's capabilities.

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 coverage is 100%, so baseline is 3. The description adds context by listing indexed libraries and explaining filter categories, but the schema already provides detailed parameter descriptions. The added value is modest.

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 the tool browses API documentation for TypeScript libraries, using specific verb 'browse' and resource 'API documentation'. It differentiates from the only sibling tool by explicitly stating it does not execute code.

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 explains when to use (to search for methods/types/functions by name) and implicitly contrasts with the sibling by stating no code execution. It could be more explicit about when to use the alternative tool, but the context is clear.

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/harche/ProDisco'

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