Skip to main content
Glama

okf_get_proposal

Read-onlyIdempotent

Retrieve an authoring proposal by ID to access its candidate content and validation result.

Instructions

Read one authoring proposal, including its candidate content and validation result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proposalIdYesIdentifier returned when the proposal was created.
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 is consistent with these. The description adds value by specifying that the response includes candidate content and a validation result, which is useful behavioral context beyond the safety profile. No contradictions found.

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, front-loaded sentence that states the action and key details without redundancy. Every word earns its place, and no filler exists.

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?

With no output schema, the description appropriately outlines what the response includes (candidate content and validation result). The tool is simple (one parameter, read-only, idempotent), and nothing critical is missing for correct invocation. It could mention error cases, but that is not required for this simple read operation.

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?

The input schema fully describes the single parameter (proposalId) with its origin ('Identifier returned when the proposal was created'), achieving 100% coverage. The tool description does not add further parameter details, but the schema alone is sufficient, 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 states a specific verb ('Read'), a resource ('one authoring proposal'), and key content ('candidate content and validation result'). This clearly distinguishes it from listing tools like okf_list_proposals and validation tools like okf_validate_concept, making the purpose unambiguous.

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 description implies single-item retrieval via 'one authoring proposal', but it does not explicitly name alternatives or state when to use this tool instead of others. The 'one' provides clear context, but exclusions or comparisons are absent, leaving guidance to inference rather than explicit direction.

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