Skip to main content
Glama
d-veracity

dVeracity Semantic MCP server

Official
by d-veracity

ofp_sector

Read-onlyIdempotent

Retrieve complete sector details including classification, status, reference artifacts, and nested industries by providing a sector ID. Use sector listing to find the ID first.

Instructions

Get one sector in full (free): its classification, status, reference artifacts and nested industries. Use ofp_sectors first to find the sector id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSector id, e.g. "extractives" or "production-processing"

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.1

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds the 'free' cost signal and the returned content categories, which is useful but not a rich behavioral disclosure beyond the annotations.

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?

Two sentences with no filler. The main purpose and return contents are front-loaded, followed by the prerequisite for finding the id. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter read-only tool, this is complete: it states the return contents, notes that it is free, and explains how to find the required id. The annotations cover safety and idempotency, so nothing essential is missing.

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%, and the id parameter already has a description and examples. The description reinforces how to obtain the id via ofp_sectors, but it does not add substantial new parameter semantics 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?

The description clearly states the verb 'Get' and the resource 'one sector in full', and enumerates what is included: classification, status, reference artifacts, and nested industries. It also differentiates from the sibling tool ofp_sectors by framing this as the singular full-detail counterpart.

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 explicitly instructs to use ofp_sectors first to find the sector id, which gives clear routing context and names the relevant sibling. It does not spell out when not to use the tool, but the prerequisite is strong guidance for correct usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/d-veracity/semantic-mcp'

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