Skip to main content
Glama

search_concepts

Read-onlyIdempotent

Search OKF concepts using text queries and structured filters to retrieve ranked summaries with options for type, tags, status, and freshness.

Instructions

Search OKF concepts and return ranked summaries using text and structured filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asOfNoUTC ISO date or datetime used for deterministic freshness evaluation.
limitNoMaximum number of concepts to return.
queryNoAll-term text query matched against concept metadata and content; maximum 16 terms.
typesNoLimit results to any of these concept types.
bundleNoLimit results to this bundle id.
detailNoCompact returns only URI, title, type, and description; full includes ranking, navigation metadata, and signals.compact
offsetNoNumber of matching concepts to skip before returning results.
runtimeNoLimit results to this Attested Computation runtime.
tagsAllNoRequire all of these tags.
tagsAnyNoRequire at least one of these tags.
linkedToNoRequire an outgoing edge to this concept URI.
statusesNoLimit results to lifecycle statuses.
freshnessNoLimit results to unspecified, fresh, stale, or invalid freshness states.
hasSourcesNoRequire concepts to have or not have normalized sources.
linkedFromNoRequire an incoming edge from this concept URI.
orphanOnlyNoReturn only concepts without incoming or outgoing resolved edges.
pathPrefixNoLimit results to bundle relative paths beginning with this prefix.
trustTiersNoLimit results to unverified, machine-confirmed, or human-reviewed trust tiers.
verifiedByNoLimit results to concepts verified by this actor.
frontmatterNoExact frontmatter filters; array fields use contains matching.
generatedByNoLimit results to this generator actor.
relationTypeNoLimit results to concepts with an outgoing relation of this type.
attestationReadyNoRequire static Attested Computation readiness.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered structurally. The description adds the 'ranked summaries' output nature, which is genuinely useful context. It does not, however, disclose pagination, the temporal significance of the asOf parameter, or result-shape variation across the detail enum — modest gaps that annotations do not cover.

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, front-loaded with the imperative verb 'Search,' that packs the verb, resource, output nature, and filter modes with zero filler words. Nothing is wasted and nothing is repeated from the schema or annotations.

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 tool with 23 parameters and semantics like temporal asOf, freshness states, trust tiers, and frontmatter object filters, a one-line description is thin on orienting context. However, the schema fully documents every parameter and the annotations cover the safety profile, so the agent can still invoke it correctly. 'Ranked summaries' hints at output, and no output schema exists to carry the return contract.

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 100% — all 23 parameters carry their own descriptions in the schema, including the detail enum, offset/limit ranges, and filter semantics. The description adds zero parameter-level detail beyond the schema, which is the correct baseline (3) for a fully self-documenting schema.

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 names a specific verb ('Search'), a resource ('OKF concepts'), and an output shape ('return ranked summaries'), with the scope delimited by 'using text and structured filters.' This clearly distinguishes a search-and-filter operation from the sibling list_concepts (pure enumeration) and get_concept (single retrieval). It loses a point only because it never names or explicitly contrasts those siblings.

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 phrase 'using text and structured filters' implies this is the go-to tool when free-text or structured filtering is needed, in contrast to the listing siblings. However, with four list/search-adjacent sibling tools (list_concepts, get_concept, get_neighbors, find_paths), there is no explicit statement of when to prefer this tool over those, nor any exclusion or prerequisite 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/doctormacky/okf-mcp'

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