Skip to main content
Glama

search_source

Search source code of Oracle Fusion objects for a keyword. Filter by type (procedure, function, package, etc.) and owner for faster scans.

Instructions

Full-text search across ALL_SOURCE in Fusion to find procedures/packages/functions that reference a keyword in their source code.

type_filter: PROCEDURE | FUNCTION | PACKAGE | PACKAGE BODY | TRIGGER Returns distinct owner/name/type — call read_object_source to get the full source.

Note: scans can be slow on large schemas; constrain type_filter and owner where possible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes
name_filterNo
type_filterNo
ownerNo
limitNo
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that scans can be slow on large schemas, which is a key behavioral trait. It does not mention side effects or authorization needs, but the read-only nature is implied.

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 concise (four sentences) and front-loaded with the main purpose. Every sentence adds value without redundancy.

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?

Given no output schema, the description explains return format (distinct owner/name/type) and next steps. It also mentions performance considerations. This is complete for a search 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 0%, so the description must explain parameters. It clarifies keyword, type_filter (with examples), and owner implicitly, but does not explain name_filter or limit. This provides moderate value 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 tool performs full-text search across ALL_SOURCE to find objects containing a keyword, using a specific verb and resource. It distinguishes itself from sibling tools like search_objects and search_columns by focusing on source code content.

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 advises constraining type_filter and owner to improve performance, and directs users to read_object_source for full source retrieval. However, it does not explicitly list when to avoid using this tool or mention alternative tools for similar tasks.

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/ramesharavapally/FUSION-MCP'

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