Skip to main content
Glama

okf_validate_concept

Read-onlyIdempotent

Validate a proposed OKF concept directly by providing path and frontmatter, eliminating the need to write a proposal file.

Instructions

Validate a proposed new OKF concept without writing a proposal or concept file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoMarkdown body for the concept.
pathYesSafe bundle relative Markdown path for the concept.
bundleNoWritable root id; optional when exactly one local root is configured.
frontmatterYesComplete YAML frontmatter represented as a JSON object.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds the context that the tool validates a 'proposed new' concept, which is beyond the annotations. It also restates 'without writing a proposal or concept file,' reinforcing the read-only behavior. No additional behavioral traits (e.g., error handling) are disclosed, but the added context justifies a score above baseline.

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 a single sentence that is directly front-loaded with the action and resource, and every word contributes to the purpose. There is no redundancy or unnecessary detail.

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?

The description is adequate given the rich schema and annotations, but it lacks details about the validation result (e.g., return format, success/failure behavior). Since no output schema exists, the description should have mentioned what the tool returns or how the validation outcome is expressed. This is a noticeable gap for a validation tool.

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%, so the parameters are fully documented in the input schema. The description itself does not add any parameter-level semantics beyond what the schema already provides, so the baseline of 3 is appropriate.

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 verb 'validate' and the resource 'proposed new OKF concept', and the phrase 'without writing a proposal or concept file' adds a unique scope that distinguishes it from sibling tools like validate_project or validate_bundle. This is a specific and unambiguous purpose.

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 context: validating a proposed new concept before any files are written. It clearly indicates this is a pre-write validation tool, but it does not explicitly name alternatives or exclusion scenarios. Still, the context is clear enough for an agent to decide when to use it.

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/mfdaves/okf-mcp'

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